SpeechRecognizerUI.Settings property

Gets the settings of the speech recognizer graphical user interface (GUI).

Syntax

public SpeechRecognizerUISettings Settings { get; }
Public ReadOnly Property Settings As SpeechRecognizerUISettings
public:
property SpeechRecognizerUISettings^ Settings { 
   SpeechRecognizerUISettings^ get();
}

Property value

Type: SpeechRecognizerUISettings

The settings for the speech recognizer graphical user interface (GUI).

Remarks

For more information about how to use the Settings property, see Presenting prompts, confirmations, and disambiguation choices 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

SpeechRecognizerUI