Click or drag to resize

SpeechToTextContinuous Properties

The SpeechToTextContinuous type exposes the following members.

Properties
  NameDescription
Protected propertyBufferStream (Inherited from SpeechToText.)
Public propertyChoices
Gets the words that can be recognized by the speech engine.
(Inherited from SpeechToText.)
Public propertyConverterType (Inherited from AudioReceiver.)
Public propertyID (Inherited from DisposableClass.)
Protected propertyIsRecognizing (Inherited from SpeechToText.)
Protected propertyLastRecognizedPosition (Inherited from SpeechToText.)
Protected propertyLogger (Inherited from SpeechToText.)
Public propertyCode exampleMaxAudioSegmentLength
Gets the maximum length of an audio segment. That segment will be used bye the STT engine when detecting words (in milliseconds).
Public propertyMinAudioSegmentLength
Gets the minimum length of an audio segment. That segment will be used by the STT engine when detecting words (in milliseconds).
Public propertyReceiveFormats (Inherited from AbstractMediaReceiverAudioData, AudioFormat.)
Protected propertyRecognitionStream (Inherited from SpeechToText.)
Public propertySpeechEngine
Gets the underlying speech-to-text engine that will be used for word detection.
(Inherited from SpeechToText.)
Protected propertySync (Inherited from SpeechToText.)
Top
See Also