SpeechRecognizerUI.Recognizer property

Gets the speech recognizer associated with the SpeechRecognizerUI object.

Syntax

public SpeechRecognizer Recognizer { get; }
Public ReadOnly Property Recognizer As SpeechRecognizer
public:
property SpeechRecognizer^ Recognizer { 
   SpeechRecognizer^ get();
}

Property value

Type: SpeechRecognizer

The speech recognizer associated with the SpeechRecognizerUI object.

Remarks

The speech recognizer object returned by this property is generally used to set grammars and change settings. Calling the RecognizeAsync method on the speech recognizer object will not bring up the standard speech graphical user interface (GUI).

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

SpeechRecognizerUI