SpeechRecognitionEngine Methods
The SpeechRecognitionEngine type exposes the following members.
| Name | Description | |
|---|---|---|
|
Dispose | Overloaded. |
|
EmulateRecognize | Overloaded. Provides support for synchronous simulation of audio input to support testing and debugging. |
|
EmulateRecognizeAsync | Overloaded. Provides support for asynchronous simulation of audio input to support testing and debugging. |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
InstalledRecognizers | Returns a list of all available recognition engines on a system. |
|
LoadGrammar | Synchronously loads a specific grammar, as specified by a Grammar, for use by a SpeechRecognitionEngine. |
|
LoadGrammarAsync | Asynchronously loads a specific grammar, as specified by a Grammar, for use by a SpeechRecognitionEngine |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
QueryRecognizerSetting | |
|
Recognize | Overloaded. Provides synchronous recognition support. |
|
RecognizeAsync | Overloaded. Provides asynchronous recognition support |
|
RecognizeAsyncCancel | Terminates a running instance of a recognition engine without waiting for the current recognition operation to complete. |
|
RecognizeAsyncStop | Terminates a running instance of a recognition engine after the current recognition operation to completes. |
|
RequestRecognizerUpdate | Overloaded. |
|
SetInputToAudioStream | Assigns a specific audio stream as the input for the current instance of SpeechRecognitionEngine. |
|
SetInputToDefaultAudioDevice | Assigns the system default audio input to the current instance of SpeechRecognitionEngine. |
|
SetInputToNull | Assigns a null device as the input for the current instance of SpeechRecognitionEngine. |
|
SetInputToWaveFile | Assigns a specfic Wave format audio file as input to the current instance of SpeechRecognitionEngine. |
|
SetInputToWaveStream | Assigns an audio stream in Wave format as input to the current SpeechRecognitionEngine instance. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
UnloadAllGrammars | Unloads all Grammar objects currently loaded in by a Windows Desktop Speech Technology recognition engine. |
|
UnloadGrammar | Unloads a grammar, as specified by an instance of Grammar, from an instance of SpeechRecognitionEngine. |
|
UpdateRecognizerSetting | Overloaded. |