共用方式為


SpeechRecognizerUIOptions.IsReadBackEnabled 屬性

定義

取得或設定已辨識的文字是否會在 [ 聽到您說出] 畫面上將辨識的文字讀回給使用者。

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

屬性值

Boolean

bool

True 是表示 如果辨識的文字被讀回給使用者。 否則為 false。 預設值是 true。

適用於

另請參閱