SpeechRecognizer.UIOptions Property

Definition

Gets the UI settings for the RecognizeWithUIAsync method.

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

Property Value

The UI settings.

Applies to

See also