次の方法で共有


SpeechRecognitionGrammarFileConstraint.Type プロパティ

定義

制約の型を取得します。

public:
 property SpeechRecognitionConstraintType Type { SpeechRecognitionConstraintType get(); };
SpeechRecognitionConstraintType Type();
public SpeechRecognitionConstraintType Type { get; }
var speechRecognitionConstraintType = speechRecognitionGrammarFileConstraint.type;
Public ReadOnly Property Type As SpeechRecognitionConstraintType

プロパティ値

制約の型を示す列挙体。 常に SpeechRecognitionGrammarFileConstraint文法を返します。

実装

適用対象

こちらもご覧ください