This topic has not yet been rated - Rate this topic

SpeechRecognitionEngine Methods

The SpeechRecognitionEngine type exposes the following members.

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