Click or drag to resize

SpeechToText Methods

The SpeechToText type exposes the following members.

Methods
 NameDescription
Public methodChangeRecognizer Changes the language of the recognizer in the speech-to-text engine.
Public methodChangeSTTEngine 
Protected methodCheckPrevSegmentCopyLength 
Public methodStatic memberCreateInstance Initializes a speech recognizer and STT instance with voice activity detection.
Public methodStatic memberCreateInstance(AudioFormat) Initializes a speech recognizer and STT instance with voice activity detection.
Public methodStatic memberCreateInstance(IEnumerableString) Initializes a speech recognizer and STT instance.
Public methodStatic memberCreateInstance(AudioFormat, IEnumerableString) Initializes a speech recognizer and STT instance.
Public methodStatic memberCreateInstance(IEnumerableString, WordDetectionMode) Initializes a speech recognizer and STT instance.
Public methodStatic memberCreateInstance(AudioFormat, IEnumerableString, WordDetectionMode) Initializes a speech recognizer and STT instance.
Public methodDispose
(Inherited from DisposableClass)
Protected methodDispose(Boolean) Disposes the object.
(Overrides DisposableClass.Dispose(Boolean))
Protected methodFinalize
(Inherited from DisposableClass)
Public methodGetRecognizers Retrieves the available speech recognizers.
Protected methodOnDataReceived
(Inherited from AbstractMediaReceiverAudioData, AudioFormat)
Public methodReset Resets the state of the speech-to-text.
Protected methodSenderConnected
(Inherited from AudioReceiver)
Protected methodSenderDisconnected
(Inherited from AudioReceiver)
Protected methodSetReceiveFormats
(Inherited from AbstractMediaReceiverAudioData, AudioFormat)
Protected methodSpeechEngine_RecognitionCompleted 
Protected methodStartRecognition 
Top
See Also