ISpeechRecognizer has the following members.
| Name | Description | |
|---|---|---|
![]() |
Grammars | Gets the speech grammar set that is currently associated with this speech recognizer. |
![]() |
PauseOnContinuousRecognitionResultAvailable | Gets or sets a Boolean value that indicates whether or not the speech recognizer will pause recognition after is has recognized a phrase. |
![]() |
Settings | Gets the InitialSilenceTimeout, EndSilenceTimeout, and BabbleTimeout settings. |
| Name | Description | |
|---|---|---|
![]() |
GetRecognizer | Gets the SpeechRecognizerInformation object that contains information about the current recognizer. |
![]() |
PreloadGrammarsAsync | Asynchronously loads the current grammar set into the speech recognizer |
![]() |
RecognizeAsync | Listens for the next utterance and returns when the result is ready. |
![]() |
ResumeContinuousRecognition | Resumes continuous speech recognition. |
![]() |
SetRecognizer | Changes the grammar that is used by this speech recognizer to recognize speech. |
![]() |
StartContinuousRecognition | Starts continuous speech recognition. |
![]() |
StopContinuousRecognition | Stops speech recognition. |
| Name | Description | |
|---|---|---|
![]() |
AudioCaptureStateChanged | Event that is raised when the speech recognizer starts or stops processing audio. |
![]() |
AudioProblemOccurred | Event that is raised when there is a problem with the audio input. |
![]() |
ContinuousRecognitionResultAvailable | The event that is raised when a speech recognizer that is operating in continuous recognition mode detects that an utterance matches a complete phrase in one of its grammars. |
![]() |
ContinuousRecognitionStatusChanged | Event that fires when a speech recognizer changes between the Paused, InProgress, Stopped, Error, and Completed states. |
![]() |
HypothesisAvailable | Event that is raised when a speech recognizer that is operating in continuous recognition mode generates a hypothesis about what a user is trying to say. |
![]() |
PhraseStarted | Event that is raised when a speech recognizer that is operating in continuous recognition mode detects that the user has started a recognizable phrase. |
![]() |
SoundEnded | Event that is raised when the recognizer detects that a sound has ended. |
![]() |
SoundStarted | Event that is raised when the recognizer detects a new sound. |