SpeechRecognizer Members

SpeechRecognizer has the following members.

Public Constructors

  Name Description
SpeechRecognizer Constructor for a SpeechRecognizer object.

Public Properties

  Name Description
Grammars Gets the collection of grammar objects that are associated with the speech recognizer.
PauseOnContinuousRecognitionResultAvailable Gets or sets the pause on continuous recognition result.
Settings Gets the timeout settings associated with the speech recognizer.

Public Methods

  Name Description
Close Closes the speech recognizer.
GetRecognizer Gets information about the active SpeechRecognizer object.
PreloadGrammarsAsync Initiates the process of loading grammars for the SpeechRecognizer to use.
RecognizeAsync Begins a speech recognition session for a SpeechRecognizer object.
ResumeContinuousRecognition Resumes continuous recognition.
SetRecognizer Sets the active speech recognizer to the one specified in the SpeechRecognizerInformation object.
StartContinuousRecognition Starts continuous recognition.
StopContinuousRecognition Stops continuous recognition.

Public Events

  Name Description
AudioCaptureStateChanged Event raised when there is a change to the audio capture state.
AudioProblemOccurred Event raised when there are audio problems that could affect recognition accuracy.
ContinuousRecognitionResultAvailable Event raised when a ContinuousRecognitionResult becomes available.
ContinuousRecognitionStatusChanged Event raised when there is a change to the continuous recognition status.
HypothesisAvailable Event raised when a hypothesis becomes available.
PhraseStarted Event that fires when a phrase is started.
SoundEnded Event that fires when a sound ends.
SoundStarted Event that fires when a sound is started.

See also

Reference

SpeechRecognizer Class

Windows.Xbox.Speech.Recognition Namespace