SpeechRecognizerUIOptions.IsReadBackEnabled Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit si le texte reconnu est renvoyé à l’utilisateur sur l’écran Heard you say .
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
Valeur de propriété
Boolean
bool
Cette propriété a la valeur True si le texte reconnu est renvoyé à l’utilisateur. Sinon, False. La valeur par défaut est true.