SpeechRecognitionListConstraint.Type Propiedad

Definición

Obtiene el tipo de la restricción.

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

Valor de propiedad

Enumeración que indica el tipo de la restricción. Siempre devuelve List para SpeechRecognitionListConstraint.

Implementaciones

Se aplica a

Consulte también