Share via


SpeechRecognizer.UIOptions 屬性

定義

取得 RecognizeWithUIAsync 方法的 UI 設定。

public:
 property SpeechRecognizerUIOptions ^ UIOptions { SpeechRecognizerUIOptions ^ get(); };
SpeechRecognizerUIOptions UIOptions();
public SpeechRecognizerUIOptions UIOptions { get; }
var speechRecognizerUIOptions = speechRecognizer.uIOptions;
Public ReadOnly Property UIOptions As SpeechRecognizerUIOptions

屬性值

UI 設定。

適用於

另請參閱