SrgsDocument.Mode 属性

定义

获取或设置 SrgsDocument 类的模式。

public:
 property System::Speech::Recognition::SrgsGrammar::SrgsGrammarMode Mode { System::Speech::Recognition::SrgsGrammar::SrgsGrammarMode get(); void set(System::Speech::Recognition::SrgsGrammar::SrgsGrammarMode value); };
public System.Speech.Recognition.SrgsGrammar.SrgsGrammarMode Mode { get; set; }
member this.Mode : System.Speech.Recognition.SrgsGrammar.SrgsGrammarMode with get, set
Public Property Mode As SrgsGrammarMode

属性值

SrgsGrammarMode

SrgsDocument的标识模式。

注解

Mode属性返回的成员,该成员 SrgsGrammarMode 确定需要的输入类型 SrgsDocument 。 这两个可能的值 Voice 用于语音输入,并 Dtmf 用于输入通常与电话关联的双色调多频率 (DTMF) 音。

适用于

另请参阅