![Collapse image Collapse image](collapse_all.gif)
![Expand Image Expand Image](expand_all.gif)
![](collapse_all.gif)
![](expand_all.gif)
![](dropdown.gif)
![](dropdownHover.gif)
![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
The SpeechRecognitionEngine type exposes the following members.
Events
Name | Description | |
---|---|---|
![]() | AudioLevelUpdated | Raised when the SpeechRecognitionEngine reports the level of its audio input. |
![]() | AudioSignalProblemOccurred | Raised when the SpeechRecognitionEngine detects a problem in the audio signal. |
![]() | AudioStateChanged | Raised when the state changes in the audio being received by the SpeechRecognitionEngine. |
![]() | EmulateRecognizeCompleted | Raised when the SpeechRecognitionEngine finalizes an asynchronous recognition operation of emulated input. |
![]() | LoadGrammarCompleted | Raised when the SpeechRecognitionEngine finishes the asynchronous loading of a Grammar object. |
![]() | RecognizeCompleted | Raised when the SpeechRecognitionEngine finalizes an asynchronous recognition operation. |
![]() | RecognizerUpdateReached | Raised when a running SpeechRecognitionEngine pauses to accept modifications. |
![]() | SpeechDetected | Raised when the SpeechRecognitionEngine detects input that it can identify as speech. |
![]() | SpeechHypothesized | Raised when the SpeechRecognitionEngine has recognized a word or words that may be a component of multiple complete phrases in a grammar. |
![]() | SpeechRecognitionRejected | Raised when the SpeechRecognitionEngine receives input that does not match any of its loaded and enabled Grammar objects. |
![]() | SpeechRecognized | Raised when the SpeechRecognitionEngine receives input that matches any of its loaded and enabled Grammar objects. |