SpeechRecognizer.Enabled 属性

定义

获取或设置一个值,该值指示此 SpeechRecognizer 对象是否准备好处理语音。

public:
 property bool Enabled { bool get(); void set(bool value); };
public bool Enabled { get; set; }
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

属性值

Boolean

true 如果此 SpeechRecognizer 对象执行语音识别;否则false

注解

对此属性的更改不会影响类的其他实例 SpeechRecognizer

默认情况下,属性的值 Enabled 针对的是 true 新实例化的实例 SpeechRecognizer 。 当识别器禁用时,识别器的语音识别语法均不能用于识别操作。 设置识别器的 Enabled 属性不会影响识别器的 State 属性。

适用于

另请参阅