Condividi tramite


SpeechRecognizerUIOptions.IsReadBackEnabled Proprietà

Definizione

Ottiene o imposta un valore che indica se il testo riconosciuto viene pronunciato all'utente nella schermata Heard.

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

Valore della proprietà

Boolean

bool

True se il testo riconosciuto viene pronunciato all'utente. In caso contrario, false. Il valore predefinito è true.

Si applica a

Vedi anche