Speech |
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 | |
|---|---|---|
| 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 | (Inherited from AbstractMediaReceiverAudioData, AudioFormat) | |
| 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 | |
|---|---|---|
| ChangeRecognizer |
Changes the language of the recognizer in the speech-to-text engine.
(Inherited from SpeechToText) | |
| ChangeSTTEngine | (Inherited from SpeechToText) | |
| CheckPrevSegmentCopyLength | (Overrides SpeechToTextCheckPrevSegmentCopyLength) | |
| Dispose | (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 AbstractMediaReceiver.OnDataReceived(Object, UTP)) | |
| Reset |
Resets the state of the speech-to-text.
(Inherited from SpeechToText) | |
| SenderConnected | (Inherited from AudioReceiver) | |
| SenderDisconnected | (Inherited from AudioReceiver) | |
| SetReceiveFormats | (Inherited from AbstractMediaReceiverAudioData, AudioFormat) | |
| SpeechEngine_RecognitionCompleted | (Inherited from SpeechToText) | |
| StartRecognition | (Inherited from SpeechToText) |
| Name | Description | |
|---|---|---|
| ReceiveFormatsChanged | (Inherited from AbstractMediaReceiverAudioData, AudioFormat) | |
| 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) |
| Name | Description | |
|---|---|---|
| format | (Inherited from SpeechToText) |