SpeechRecognitionListConstraint.IsEnabled 속성

정의

음성 인식기에서 제약 조건을 사용하여 인식을 수행할 수 있는지 여부를 가져오거나 설정합니다.

public:
 property bool IsEnabled { bool get(); void set(bool value); };
bool IsEnabled();

void IsEnabled(bool value);
public bool IsEnabled { get; set; }
var boolean = speechRecognitionListConstraint.isEnabled;
speechRecognitionListConstraint.isEnabled = boolean;
Public Property IsEnabled As Boolean

속성 값

Boolean

bool

음성 인식기가 제약 조건을 사용하여 인식을 수행할 수 있으면 이고, 그렇지 않으면.

구현

적용 대상

추가 정보