SpeechRecognizerInformation class

Contains information about a speech recognizer. This class enables developers to select a speech recognizer using any of its properties, such as a specific language.

Syntax

public sealed class SpeechRecognizerInformation
Public NotInheritable Class SpeechRecognizerInformation
public ref class SpeechRecognizerInformation sealed 

Members

The SpeechRecognizerInformation class has these types of members:

  • Properties

Properties

The SpeechRecognizerInformation class has these properties.

Property Access type Description

Description

Read-only

Gets the description of a speech recognizer.

DisplayName

Read-only

Gets the display name of a speech recognizer.

Id

Read-only

Gets the ID of a speech recognizer.

Language

Read-only

Gets the language of a speech recognizer.

 

Remarks

The SpeechRecognizerInformation class can't be instantiated directly. An instance of the class can be obtained by using the following APIs:

  • The All property of the InstalledSpeechRecognizers class.
  • The Default property of the InstalledSpeechRecognizers class.
  • The GetRecognizer method of the SpeechRecognizer class.

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