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