public:
void StopContinuousRecognition()
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.
Namespace: Windows.Xbox.Speech.Recognition
Metadata: windows.winmd
ISpeechRecognizer.StartContinuousRecognition Method
ISpeechRecognizer.ResumeContinuousRecognition Method