The SpeechRecognitionEngine type exposes the following members.
Methods
Name | Description | |
---|---|---|
Dispose()()()() | Disposes the SpeechRecognitionEngine object. | |
Dispose(Boolean) | Disposes the SpeechRecognitionEngine object and releases resources used during the session. | |
EmulateRecognize(String) | Emulates input of a phrase to the speech recognizer, using text in place of audio for synchronous speech recognition. | |
EmulateRecognize(String, EmulateOptions) | Emulates input of a phrase to the speech recognizer, using text in place of audio for synchronous speech recognition, and specifies the type of recognition operation to perform. | |
EmulateRecognize(String, CompareOptions) | Emulates audio input to the recognition engine, using text in place of audio for synchronous speech recognition, and specifies how the recognizer handles Unicode comparison between the phrase and the loaded speech recognition grammars | |
EmulateRecognize(array<RecognizedWordUnit>[]()[][], CompareOptions) | Emulates input of specific words to the speech recognizer, using an array of RecognizedWordUnit objects in place of audio for synchronous speech recognition, and specifies how the recognizer handles Unicode comparison between the words and the loaded speech recognition grammars. | |
EmulateRecognize(String, CompareOptions, EmulateOptions) | Emulates audio input to the recognition engine, using text in place of audio for synchronous speech recognition, specifies how the recognizer handles Unicode comparison between the phrase and the loaded speech recognition grammars, and specifies the type of recognition operation to perform. | |
EmulateRecognize(array<RecognizedWordUnit>[]()[][], CompareOptions, EmulateOptions) | Emulates input of specific words to the speech recognizer, using an array of RecognizedWordUnit objects in place of audio for synchronous speech recognition, specifies how the recognizer handles Unicode comparison between the words and the loaded speech recognition grammars, and specifies the type of recognition operation to perform. | |
EmulateRecognizeAsync(String) | Emulates input of a phrase to the speech recognizer, using text in place of audio for asynchronous speech recognition. | |
EmulateRecognizeAsync(String, EmulateOptions) | Emulates input of a phrase to the speech recognizer, using text in place of audio for asynchronous speech recognition, and specifies the type of recognition operation to perform. | |
EmulateRecognizeAsync(String, CompareOptions) | Emulates input of a phrase to the speech recognizer, using text in place of audio for asynchronous speech recognition, and specifies how the recognizer handles Unicode comparison between the phrase and the loaded speech recognition grammars. | |
EmulateRecognizeAsync(array<RecognizedWordUnit>[]()[][], CompareOptions) | Emulates input of specific words to the speech recognizer, using text in place of audio for asynchronous speech recognition, and specifies how the recognizer handles Unicode comparison between the words and the loaded speech recognition grammars. | |
EmulateRecognizeAsync(String, CompareOptions, EmulateOptions) | Emulates audio input to the recognition engine, using text in place of audio for asynchronous speech recognition, specifies how the recognizer handles Unicode comparison between the phrase and the loaded speech recognition grammars, and specifies the type of recognition operation to perform. | |
EmulateRecognizeAsync(array<RecognizedWordUnit>[]()[][], CompareOptions, EmulateOptions) | Emulates input of specific words to the speech recognizer, using an array of RecognizedWordUnit objects in place of audio for asynchronous speech recognition, specifies how the recognizer handles Unicode comparison between the words and the loaded speech recognition grammars, and specifies the type of recognition operation to perform. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
InstalledRecognizers | Returns information for all of the installed speech recognizers on the current system. | |
LoadGrammar | Synchronously loads a Grammar object. | |
LoadGrammarAsync | Asynchronously loads a Grammar object. | |
MemberwiseClone | (Inherited from Object.) | |
QueryRecognizerSetting | Returns the values of the current settings for a speech recognition engine managed by a SpeechRecognitionEngine object. | |
Recognize()()()() | Performs a synchronous speech recognition operation. | |
Recognize(TimeSpan) | Performs a synchronous speech recognition operation with a specified initial silence timeout period. | |
RecognizeAsync()()()() | Performs a single, asynchronous speech recognition operation. | |
RecognizeAsync(RecognizeMode) | Performs one or more asynchronous speech recognition operations. | |
RecognizeAsyncCancel | Terminates asynchronous recognition without waiting for the current recognition operation to complete. | |
RecognizeAsyncStop | Stops asynchronous recognition after the current recognition operation completes. | |
RequestRecognizerUpdate()()()() | Requests that the recognizer pauses to update its state. | |
RequestRecognizerUpdate(Object) | Requests that the recognizer pauses to update its state and provides a user token for the associated event. | |
RequestRecognizerUpdate(Object, TimeSpan) | Requests that the recognizer pauses to update its state and provides an offset and a user token for the associated event. | |
SetInputToAudioStream | Configures the SpeechRecognitionEngine object to receive input from an audio stream. | |
SetInputToDefaultAudioDevice | Configures the SpeechRecognitionEngine object to receive input from the default audio device. | |
SetInputToNull | Disables the input to the speech recognizer. | |
SetInputToWaveFile | Configures the SpeechRecognitionEngine object to receive input from a Waveform audio format (.wav) file. | |
SetInputToWaveStream | Configures the SpeechRecognitionEngine object to receive input from a stream that contains Waveform audio format (.wav) data. | |
SimulateRecognize | Simulates recognition of the specified string. | |
ToString | (Inherited from Object.) | |
UnloadAllGrammars | Unloads all Grammar objects from the recognizer. | |
UnloadGrammar | Unloads a specified Grammar object from the SpeechRecognitionEngine instance. | |
UpdateRecognizerSetting(String, Int32) | Updates the specified setting for the SpeechRecognitionEngine with the specified integer value. | |
UpdateRecognizerSetting(String, String) | Updates the specified setting for the SpeechRecognitionEngine with the specified integer value. |