| SpeechToText Class | 
Namespace: Ozeki.Media
The SpeechToText type exposes the following members.
| Name | Description | |
|---|---|---|
| SpeechToText(IEnumerableString) | 
            Initializes a speech recognizer and STT instance.
              | |
| SpeechToText(AudioFormat, IEnumerableString) | 
            Initializes a speech recognizer and STT instance.
              | 
| Name | Description | |
|---|---|---|
| ChangeRecognizer | 
            Changes the language of the recognizer in the speech-to-text engine.
              | |
| ChangeSTTEngine | ||
| CheckPrevSegmentCopyLength | ||
| CreateInstance | 
            Initializes a speech recognizer and STT instance with voice activity detection.
              | |
| CreateInstance(IEnumerableString) | 
            Initializes a speech recognizer and STT instance.
              | |
| CreateInstance(AudioFormat) | 
            Initializes a speech recognizer and STT instance with voice activity detection.
              | |
| CreateInstance(IEnumerableString, WordDetectionMode) | 
            Initializes a speech recognizer and STT instance.
              | |
| CreateInstance(AudioFormat, IEnumerableString) | 
            Initializes a speech recognizer and STT instance.
              | |
| CreateInstance(AudioFormat, IEnumerableString, WordDetectionMode) | 
            Initializes a speech recognizer and STT instance.
              | |
| Dispose | 
            Disposes the object.
              (Inherited from DisposableClass.) | |
| Dispose(Boolean) | 
            Disposes the object.
              (Overrides DisposableClassDispose(Boolean).) | |
| Finalize | (Inherited from DisposableClass.) | |
| GetRecognizers | 
            Retrieves the available speech recognizers.
              | |
| OnDataReceived | 
            This will be called when media data received from a media handler.
              (Inherited from AbstractMediaReceiverTData, TFormat.) | |
| Reset | 
            Resets the state of the speech-to-text.
              | |
| 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 | ||
| StartRecognition | 
| Name | Description | |
|---|---|---|
| BufferStream | ||
| Choices | 
            Gets the words that can be recognized by the speech engine.
              | |
| ConverterType | (Inherited from AudioReceiver.) | |
| ID | (Inherited from DisposableClass.) | |
| IsRecognizing | ||
| LastRecognizedPosition | ||
| Logger | ||
| 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 | ||
| SpeechEngine | 
            Gets the underlying speech-to-text engine that will be used for word detection.
              | |
| Sync | 
| 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.
              | |
| WordHypothesized | 
            Occurs when some words are recognized hypothetically from the audio stream.
              | |
| WordRecognized | 
            Occurs when some words are recognized from the audio stream.
              |