SpeechRecognizerUISettings.ExampleText property

Gets or sets the example text shown on the Listening screen.

Syntax

public string ExampleText { get; set; }
Public Property ExampleText As String
public:
property String^ ExampleText { 
   String^ get();
   void set (String^ value);
}

Property value

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

The example text that is shown on the Listening screen.

Remarks

For more information about how to use this 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

SpeechRecognizerUISettings