ISpeechRecognizer.StopContinuousRecognition Method

Stops speech recognition.

Syntax

public:
void StopContinuousRecognition()  

Remarks

Calling this method also changes the state of the speech recognizer to Stopped. Consequently, the ContinuousRecognitionStatusChanged event is raised.

Stopping a speech recognizer clears the state of the recognizer. For example, any partially recognized phrase that was interrupted by a call to the StopContinuousRecognition method would have to be repeated in its entirety by the user after you call the StartContinuousRecognition method. While the recognizer is stopped, no speech recognition occurs.

Requirements

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

ISpeechRecognizer Interface

ISpeechRecognizer Members

ISpeechRecognizer.StartContinuousRecognition Method

ISpeechRecognizer.ResumeContinuousRecognition Method

ISpeechRecognizer.ContinuousRecognitionStatusChanged Event

Windows.Xbox.Speech.Recognition Namespace