SpeechRecognizer Events
.NET Framework 4.5
The SpeechRecognizer type exposes the following members.
| Name | Description | |
|---|---|---|
|
AudioLevelUpdated | Occurs when the shared recognizer reports the level of its audio input. |
|
AudioSignalProblemOccurred | Occurs when the recognizer encounters a problem in the audio signal. |
|
AudioStateChanged | Occurs when the state changes in the audio being received by the recognizer. |
|
EmulateRecognizeCompleted | Occurs when the shared recognizer finalizes an asynchronous recognition operation for emulated input. |
|
LoadGrammarCompleted | Occurs when the recognizer finishes the asynchronous loading of a speech recognition grammar. |
|
RecognizerUpdateReached | Occurs when the recognizer pauses to synchronize recognition and other operations. |
|
SpeechDetected | Occurs when the recognizer detects input that it can identify as speech. |
|
SpeechHypothesized | Occurs when the recognizer has recognized a word or words that may be a component of multiple complete phrases in a grammar. |
|
SpeechRecognitionRejected | Occurs when the recognizer receives input that does not match any of the speech recognition grammars it has loaded. |
|
SpeechRecognized | Occurs when the recognizer receives input that matches one of its speech recognition grammars. |
|
StateChanged | Occurs when the running state of the Windows Desktop Speech Technology recognition engine changes. |