Returns a collection of all available speech recognizers on the console.
public:
static property IVectorView<SpeechRecognizerInformation^ >^ All {
IVectorView<SpeechRecognizerInformation^ >^ get ();
}
Type: IVectorView<SpeechRecognizerInformation^ >
A collection of all available speech recognizers on the console.
Namespace: Windows.Xbox.Speech.Recognition
Metadata: windows.winmd
InstalledSpeechRecognizers Class