SpeechRecognizerUIOptions.ShowConfirmation 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 un écran Heard you say s’affiche à l’utilisateur une fois la reconnaissance vocale terminée.
public:
property bool ShowConfirmation { bool get(); void set(bool value); };
bool ShowConfirmation();
void ShowConfirmation(bool value);
public bool ShowConfirmation { get; set; }
var boolean = speechRecognizerUIOptions.showConfirmation;
speechRecognizerUIOptions.showConfirmation = boolean;
Public Property ShowConfirmation As Boolean
Valeur de propriété
Boolean
bool
True si un écran Heard you say s’affiche. Sinon, False. La valeur par défaut est true.