SpeechRecognitionGrammarFileConstraint.Type Property

Definition

Gets the type of the constraint.

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

Property Value

An enumeration that indicates the type of the constraint. Always returns Grammar for SpeechRecognitionGrammarFileConstraint.

Implements

Applies to

See also