SpeechRecognizerUIOptions 类

定义

指定 SpeechRecognizer.RecognizeWithUIAsync 方法的 UI 设置。

public ref class SpeechRecognizerUIOptions sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SpeechRecognizerUIOptions final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SpeechRecognizerUIOptions
Public NotInheritable Class SpeechRecognizerUIOptions
继承
Object Platform::Object IInspectable SpeechRecognizerUIOptions
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

注解

应用通过 SpeechRecognizer.UIOptions 属性检索此对象。

属性

AudiblePrompt

获取或设置在 “侦听 ”屏幕上显示的标题文本。 默认值为“正在侦听...”。

ExampleText

获取或设置在 “侦听 ”屏幕上显示的示例文本。

IsReadBackEnabled

获取或设置是否在 “听到你说 ”屏幕上向用户朗读已识别的文本。

ShowConfirmation

获取或设置在语音识别完成后是否向用户显示“ 听到”屏幕

适用于

另请参阅