ISpeechRecognitionConstraint.IsEnabled 속성

정의

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

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

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

속성 값

Boolean

bool

True이면 음성 인식기가 제약 조건을 사용하여 인식을 수행할 수 있습니다. 그렇지 않으면 false입니다.

적용 대상

추가 정보