SpeechRecognizerUIOptions.IsReadBackEnabled Property

Definition

Gets or sets whether the recognized text is spoken back to the user on the Heard you say screen.

public:
 property bool IsReadBackEnabled { bool get(); void set(bool value); };
bool IsReadBackEnabled();

void IsReadBackEnabled(bool value);
public bool IsReadBackEnabled { get; set; }
var boolean = speechRecognizerUIOptions.isReadBackEnabled;
speechRecognizerUIOptions.isReadBackEnabled = boolean;
Public Property IsReadBackEnabled As Boolean

Property Value

Boolean

bool

True if the recognized text is spoken back to the user. Otherwise, false. The default is true.

Applies to

See also