SpeechRecognitionEngine Events

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

The SpeechRecognitionEngine type exposes the following members.

Events

  NameDescription
Public eventAudioLevelUpdatedRaised when the SpeechRecognitionEngine reports the level of its audio input.
Public eventAudioSignalProblemOccurredRaised when the SpeechRecognitionEngine detects a problem in the audio signal.
Public eventAudioStateChangedRaised when the state changes in the audio being received by the SpeechRecognitionEngine.
Public eventEmulateRecognizeCompletedRaised when the SpeechRecognitionEngine finalizes an asynchronous recognition operation of emulated input.
Public eventLoadGrammarCompletedRaised when the SpeechRecognitionEngine finishes the asynchronous loading of a Grammar object.
Public eventRecognizeCompletedRaised when the SpeechRecognitionEngine finalizes an asynchronous recognition operation.
Public eventRecognizerUpdateReachedRaised when a running SpeechRecognitionEngine pauses to accept modifications.
Public eventSpeechDetectedRaised when the SpeechRecognitionEngine detects input that it can identify as speech.
Public eventSpeechHypothesizedRaised when the SpeechRecognitionEngine has recognized a word or words that may be a component of multiple complete phrases in a grammar.
Public eventSpeechRecognitionRejectedRaised when the SpeechRecognitionEngine receives input that does not match any of its loaded and enabled Grammar objects.
Public eventSpeechRecognizedRaised when the SpeechRecognitionEngine receives input that matches any of its loaded and enabled Grammar objects.
Top

See Also