SpeechRecognizer.SetRecognizer method

Sets the active speech recognizer to the one specified in the SpeechRecognizerInformation object.

Syntax

public void SetRecognizer(
  SpeechRecognizerInformation recognizerInformation
)
Public Sub SetRecognizer(
  recognizerInformation As SpeechRecognizerInformation 
)
public:
void SetRecognizer(
  SpeechRecognizerInformation^ recognizerInformation
)

Parameters

  • recognizerInformation
    Type: SpeechRecognizerInformation

    An object that contains information about the speech recognizer.

Remarks

For more information about how to use the SetRecognizer method, see Selecting a speech recognizer for Windows Phone.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Speech.Recognition Windows::Phone::Speech::Recognition [C++]

Metadata

Windows.WinMD

Capabilities

ID_CAP_SPEECH_RECOGNITION [Windows Phone] ID_CAP_MICROPHONE [Windows Phone] ID_CAP_NETWORKING [Windows Phone]

See also

SpeechRecognizer