SpeechRecognizerUISettings class

Gets or sets the settings of the SpeechRecognizerUI object.

Syntax

public sealed class SpeechRecognizerUISettings
Public NotInheritable Class SpeechRecognizerUISettings
public ref class SpeechRecognizerUISettings sealed 

Members

The SpeechRecognizerUISettings class has these types of members:

  • Properties

Properties

The SpeechRecognizerUISettings class has these properties.

Property Access type Description

ExampleText

Read/write

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

ListenText

Read/write

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

ReadoutEnabled

Read/write

Gets or sets if the successfully recognized text will be spoken back to the user on the Heard you say screen.

ShowConfirmation

Read/write

Gets or sets if a Heard you say screen is shown to the user after speech recognition is successful.

 

Remarks

The properties that SpeechRecognizerUISettings exposes only affect the speech feature in relation to your app, and not the overall speech feature on the phone.

Access the Settings property to obtain an instance of this class.

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

Attributes

[MarshalingBehavior(Agile)]

[Version(0x06020000)]

See also

Object