共用方式為


SpeechRecognizerUIOptions.ShowConfirmation 屬性

定義

取得或設定是否在語音辨識完成後向使用者顯示 [聽到您說 出] 畫面。

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

屬性值

Boolean

bool

如果顯示 [聽到您說 出] 畫面,則為 True。 否則為 false。 預設值是 true。

適用於

另請參閱