ISpeechRecognitionConstraint.Type Property

Definition

Gets the type of the constraint.

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

Property Value

An enumeration that indicates the type of the constraint.

Applies to

See also