SpeechRecognizerInformation.Id property

Gets the ID of a speech recognizer.

Syntax

public string Id { get; }
Public ReadOnly Property Id As String
public:
property String^ Id { 
   String^ get();
}

Property value

Type: System.String [.NET] | Platform::String [C++]

The ID of the 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

SpeechRecognizerInformation