| SpeechToTextContinuous Class | 
Namespace: Ozeki.Media
The SpeechToTextContinuous type exposes the following members.
| Name | Description | |
|---|---|---|
| SpeechToTextContinuous(IEnumerableString) | Initializes a new instance of the SpeechToTextContinuous class  | |
| SpeechToTextContinuous(AudioFormat, IEnumerableString) | Initializes a new instance of the SpeechToTextContinuous class  | 
| Name | Description | |
|---|---|---|
| ChangeRecognizer | 
            Changes the language of the recognizer in the speech-to-text engine.
              (Inherited from SpeechToText.) | |
| ChangeSTTEngine | (Inherited from SpeechToText.) | |
| CheckPrevSegmentCopyLength | (Overrides SpeechToTextCheckPrevSegmentCopyLength.) | |
| Dispose | 
            Disposes the object.
              (Inherited from DisposableClass.) | |
| Dispose(Boolean) | 
            Disposes the object.
              (Inherited from SpeechToText.) | |
| Finalize | (Inherited from DisposableClass.) | |
| GetRecognizers | 
            Retrieves the available speech recognizers.
              (Inherited from SpeechToText.) | |
| OnDataReceived | (Overrides AbstractMediaReceiverTData, TFormatOnDataReceived(Object, TData).) | |
| Reset | 
            Resets the state of the speech-to-text.
              (Inherited from SpeechToText.) | |
| SenderConnected | (Inherited from AudioReceiver.) | |
| SenderDisconnected | (Inherited from AudioReceiver.) | |
| SetReceiveFormats | 
            Sets the audio formats that the audio handler can receive. If no audio format specified, all formats are supported.
              (Inherited from AbstractMediaReceiverTData, TFormat.) | |
| SpeechEngine_RecognitionCompleted | (Inherited from SpeechToText.) | |
| StartRecognition | (Overrides SpeechToTextStartRecognition.) | 
| Name | Description | |
|---|---|---|
| format | (Inherited from SpeechToText.) | 
| Name | Description | |
|---|---|---|
| BufferStream | (Inherited from SpeechToText.) | |
| Choices | 
            Gets the words that can be recognized by the speech engine.
              (Inherited from SpeechToText.) | |
| ConverterType | (Inherited from AudioReceiver.) | |
| ID | (Inherited from DisposableClass.) | |
| IsRecognizing | (Inherited from SpeechToText.) | |
| LastRecognizedPosition | (Inherited from SpeechToText.) | |
| Logger | (Inherited from SpeechToText.) | |
| MaxAudioSegmentLength | 
            Gets the maximum length of an audio segment. That segment will be used bye the STT engine when detecting words (in milliseconds).
              | |
| MinAudioSegmentLength | 
            Gets the minimum length of an audio segment. That segment will be used by the STT engine when detecting words (in milliseconds).
              | |
| ReceiveFormats | 
            Gets a list of media formats that the media handler can handle. If no media format specified, all formats are supported.
              (Inherited from AbstractMediaReceiverTData, TFormat.) | |
| RecognitionStream | (Inherited from SpeechToText.) | |
| SpeechEngine | 
            Gets the underlying speech-to-text engine that will be used for word detection.
              (Inherited from SpeechToText.) | |
| Sync | (Inherited from SpeechToText.) | 
| Name | Description | |
|---|---|---|
| ReceiveFormatsChanged | 
            Occurs when an item is added or removed from the ReceiveFormats collection.
              (Inherited from AbstractMediaReceiverTData, TFormat.) | |
| SpeechDetected | 
            Occurs when speech is detected from the audio stream.
              (Inherited from SpeechToText.) | |
| WordHypothesized | 
            Occurs when some words are recognized hypothetically from the audio stream.
              (Inherited from SpeechToText.) | |
| WordRecognized | 
            Occurs when some words are recognized from the audio stream.
              (Inherited from SpeechToText.) |