SpeechRecognizerUIOptions.IsReadBackEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.