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 | |
---|---|---|
![]() | 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 | (Inherited from AbstractMediaReceiverAudioData, AudioFormat.) |
![]() | RecognitionStream | |
![]() | SpeechEngine |
Gets the underlying speech-to-text engine that will be used for word detection.
|
![]() | Sync |
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(AudioFormat) |
Initializes a speech recognizer and STT instance with voice activity detection.
|
![]() ![]() | CreateInstance(IEnumerableString) |
Initializes a speech recognizer and STT instance.
|
![]() ![]() | CreateInstance(AudioFormat, IEnumerableString) |
Initializes a speech recognizer and STT instance.
|
![]() ![]() | CreateInstance(IEnumerableString, WordDetectionMode) |
Initializes a speech recognizer and STT instance.
|
![]() ![]() | CreateInstance(AudioFormat, IEnumerableString, WordDetectionMode) |
Initializes a speech recognizer and STT instance.
|
![]() | Dispose | (Inherited from DisposableClass.) |
![]() | Dispose(Boolean) |
Disposes the object.
(Overrides DisposableClass.Dispose(Boolean).) |
![]() | Finalize | (Inherited from DisposableClass.) |
![]() | GetRecognizers |
Retrieves the available speech recognizers.
|
![]() | OnDataReceived | (Inherited from AbstractMediaReceiverAudioData, AudioFormat.) |
![]() | Reset |
Resets the state of the speech-to-text.
|
![]() | SenderConnected | (Inherited from AudioReceiver.) |
![]() | SenderDisconnected | (Inherited from AudioReceiver.) |
![]() | SetReceiveFormats | (Inherited from AbstractMediaReceiverAudioData, AudioFormat.) |
![]() | SpeechEngine_RecognitionCompleted | |
![]() | StartRecognition |
Name | Description | |
---|---|---|
![]() | ReceiveFormatsChanged | (Inherited from AbstractMediaReceiverAudioData, AudioFormat.) |
![]() | 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.
|