SpeechRecognizer.UIOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.