ISpeechRecognizer.StartContinuousRecognition Method

Starts continuous speech recognition.

Syntax

public:
void StartContinuousRecognition()  

Remarks

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

Note that this method will load an unloaded grammar. Note also that you can use the PreloadGrammarsAsync method ahead of time to load the grammar you intend to use.

Requirements

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

ISpeechRecognizer Interface

ISpeechRecognizer Members

ISpeechRecognizer.StopContinuousRecognition Method

ISpeechRecognizer.ResumeContinuousRecognition Method

ISpeechRecognizer.ContinuousRecognitionStatusChanged Event

Windows.Xbox.Speech.Recognition Namespace