SpeechRecognizerUISettings.ListenText property

Gets or sets the heading text that displays on the Listening page, above the example text.

Syntax

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

Property value

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

The heading text that displays on the Listening page, above the example text.

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