SpeechRecognizerUISettings.ReadoutEnabled property

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

Syntax

public bool ReadoutEnabled { get; set; }
Public Property ReadoutEnabled As Boolean
public:
property bool ReadoutEnabled { 
   bool get();
   void set (bool value);
}

Property value

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

Indicates if the successfully recognized text will be spoken back to the user on the Heard you say screen. True if yes, false if no.

Remarks

If text-to-speech is disabled in the speech settings of the phone, the text will not be spoken back to the user, even if ReadoutEnabled is set to true.

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