InstalledSpeechRecognizers.All property

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

Syntax

public static IReadOnlyList<SpeechRecognizerInformation> All { get; }
Public Shared ReadOnly Property All As IReadOnlyList(Of SpeechRecognizerInformation)
public:
static property IVectorView<SpeechRecognizerInformation>^ All { 
   IVectorView<SpeechRecognizerInformation>^ get();
}

Property value

Type: IVectorView<SpeechRecognizerInformation> [C++] | System.Collections.Generic.IReadOnlyList<SpeechRecognizerInformation> [.NET]

A collection of available speech recognizers on the phone.

Remarks

For a code example of how to use the All property, 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

InstalledSpeechRecognizers