SpeechRecognizerUIOptions.ShowConfirmation 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 a Heard you say screen is shown to the user after speech recognition is completed.
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
Property Value
Boolean
bool
True if a Heard you say screen is shown. Otherwise, false. The default is true.