ISpeechRecognizer.ResumeContinuousRecognition Method

Resumes continuous speech recognition.

Syntax

public:
void ResumeContinuousRecognition()  

Remarks

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

This method can only be called when the speech recognizer is in the Paused state.

Requirements

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

ISpeechRecognizer Interface

ISpeechRecognizer Members

ISpeechRecognizer.StartContinuousRecognition Method

ISpeechRecognizer.StopContinuousRecognition Method

ISpeechRecognizer.ContinuousRecognitionStatusChanged Event

Windows.Xbox.Speech.Recognition Namespace