SpeechRecognitionVoiceCommandDefinitionConstraint 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
基于语音命令定义文件的 SpeechRecognizer 对象的约束。
public ref class SpeechRecognitionVoiceCommandDefinitionConstraint sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SpeechRecognitionVoiceCommandDefinitionConstraint final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SpeechRecognitionVoiceCommandDefinitionConstraint
Public NotInheritable Class SpeechRecognitionVoiceCommandDefinitionConstraint
- 继承
- 属性
- 实现
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
注解
访问 SpeechRecognitionResult.Constraint 属性以获取此类的实例。
必须始终在 RecognizeAsync 或RecognizeWithUIAsync 之前调用 CompileConstraintsAsync,即使未在 Constraints 属性中指定任何约束。
属性
IsEnabled |
获取或设置 SpeechRecognizer 对象是否可以使用该约束来执行识别。 |
Probability |
获取或设置约束的加权值。 |
Tag |
获取或设置可用于标识约束的标记。 |
Type |
获取约束的类型。 |