InstalledSpeechRecognizers.Default property

Returns the default speech recognizer that is associated with the Settings/Speech language of the phone.

Syntax

public static SpeechRecognizerInformation Default { get; }
Public Shared ReadOnly Property Default As SpeechRecognizerInformation
public:
static property SpeechRecognizerInformation^ Default { 
   SpeechRecognizerInformation^ get();
}

Property value

Type: SpeechRecognizerInformation

The default speech recognizer.

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

InstalledSpeechRecognizers