InstalledSpeechRecognizers class

Returns speech recognizers that are available on the phone.

Syntax

public static class InstalledSpeechRecognizers
Public NotInheritable Class InstalledSpeechRecognizers
public ref class InstalledSpeechRecognizers abstract sealed 

Members

The InstalledSpeechRecognizers class has these types of members:

  • Properties

Properties

The InstalledSpeechRecognizers class has these properties.

Property Access type Description

All

Read-only

Returns a collection of all available speech recognizers on the phone.

Default

Read-only

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

 

Remarks

For more information about how to use the InstalledSpeechRecognizers class, 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]

Attributes

[MarshalingBehavior(Agile)]

[Version(0x06020000)]

See also

Object