SpeechToTextVAD Class |
Namespace: Ozeki.Media
The SpeechToTextVAD type exposes the following members.
Name | Description | |
---|---|---|
![]() | SpeechToTextVAD(IEnumerableString) | Initializes a new instance of the SpeechToTextVAD class |
![]() | SpeechToTextVAD(AudioFormat, IEnumerableString) | Initializes a new instance of the SpeechToTextVAD 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) | Releases the unmanaged resources used by the SpeechToTextVAD and optionally releases the managed resources (Overrides SpeechToTextDispose(Boolean).) |
![]() | 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 | (Inherited from SpeechToText.) |
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.) |
![]() | 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.) |
![]() | SilenceLength |
Gets the length of silence between sentences (in milliseconds);
|
![]() | 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.) |