SpeechToText Methods |
The SpeechToText type exposes the following members.
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 |