SpeechRecognitionGrammarFileConstraint.Type Proprietà

Definizione

Ottiene il tipo del vincolo.

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

Valore della proprietà

Enumerazione che indica il tipo del vincolo. Restituisce sempre Grammar per SpeechRecognitionGrammarFileConstraint.

Implementazioni

Si applica a

Vedi anche