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(IEnumerableString)
Initializes a speech recognizer and STT instance.
Public methodStatic memberCreateInstance(AudioFormat)
Initializes a speech recognizer and STT instance with voice activity detection.
Public methodStatic memberCreateInstance(IEnumerableString, WordDetectionMode)
Initializes a speech recognizer and STT instance.
Public methodStatic memberCreateInstance(AudioFormat, IEnumerableString)
Initializes a speech recognizer and STT instance.
Public methodStatic memberCreateInstance(AudioFormat, IEnumerableString, WordDetectionMode)
Initializes a speech recognizer and STT instance.
Public methodDispose
Disposes the object.
(Inherited from DisposableClass.)
Protected methodDispose(Boolean)
Disposes the object.
(Overrides DisposableClassDispose(Boolean).)
Protected methodFinalize
(Inherited from DisposableClass.)
Public methodGetRecognizers
Retrieves the available speech recognizers.
Protected methodOnDataReceived
This will be called when media data received from a media handler.
(Inherited from AbstractMediaReceiverTData, TFormat.)
Public methodReset
Resets the state of the speech-to-text.
Protected methodSenderConnected (Inherited from AudioReceiver.)
Protected methodSenderDisconnected (Inherited from AudioReceiver.)
Protected methodSetReceiveFormats
Sets the audio formats that the audio handler can receive. If no audio format specified, all formats are supported.
(Inherited from AbstractMediaReceiverTData, TFormat.)
Protected methodSpeechEngine_RecognitionCompleted
Protected methodStartRecognition
Top
See Also