ISpeechRecognizer.SetRecognizer Method

Changes the grammar that is used by this speech recognizer to recognize speech.

Syntax

public:
void SetRecognizer(
         SpeechRecognizerInformation^ recognizerInformation
)  

Parameters

recognizerInformation
Type: SpeechRecognizerInformation 

The speech recognizer information object that specifies which grammar to use.

Remarks

Use this method to change the language that your recognizer can process.

Requirements

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

ISpeechRecognizer Interface

ISpeechRecognizer Members

Windows.Xbox.Speech.Recognition Namespace