SrgsDocument.Mode プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
プロパティ値
SrgsDocumentの認識モード。
注釈
Mode プロパティは、SrgsDocumentが期待する入力の種類を決定するSrgsGrammarModeのメンバーを返します。 2 つの可能な値は、音声入力用に Voice され、一般的に電話に関連付けられているデュアルトーンマルチ周波数 (DTMF) トーンの入力に Dtmf されます。