다음을 통해 공유


SpeechRecognizer.Constraints 속성

정의

SpeechRecognizer 개체에 현재 추가된 제약 조건 개체의 컬렉션을 가져옵니다.

public:
 property IVector<ISpeechRecognitionConstraint ^> ^ Constraints { IVector<ISpeechRecognitionConstraint ^> ^ get(); };
IVector<ISpeechRecognitionConstraint> Constraints();
public IList<ISpeechRecognitionConstraint> Constraints { get; }
var iVector = speechRecognizer.constraints;
Public ReadOnly Property Constraints As IList(Of ISpeechRecognitionConstraint)

속성 값

ISpeechRecognitionConstraint 개체의 컬렉션입니다.

유효한 제약 조건 개체는 다음과 같습니다.

각 음성 인식기에 하나의 제약 조건 컬렉션을 사용할 수 있습니다. 다음과 같은 제약 조건 조합만 유효합니다.

중요

인식 프로세스를 시작하기 전에 SpeechRecognizer.CompileConstraintsAsync 메서드를 호출하여 제약 조건을 컴파일합니다.

설명

웹 서비스 제약 조건을 사용하려면 설정 - 개인 정보> - 음성, 수동 입력 및 입력 페이지에서 "나를 알아보세요" 옵션을 켜서 설정>에서 음성 입력 및 받아쓰기 지원을 사용하도록 설정해야 합니다. 음성 인식에서 "음성 입력 인식"을 참조하세요.

적용 대상

추가 정보