Speech |
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 | |
|---|---|---|
| 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 | (Inherited from AbstractMediaReceiverAudioData, AudioFormat) | |
| 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 | |
|---|---|---|
| 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) |
Disposes the object.
(Inherited from SpeechToText) | |
| 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 | (Overrides SpeechToTextStartRecognition) |
| 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) |