SpeechRecognizerUIOptions.ShowConfirmation Property

Definition

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.

Applies to

See also