SpeechRecognizer.Constraints 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 개체의 컬렉션입니다.
유효한 제약 조건 개체는 다음과 같습니다.
- SpeechRecognitionGrammarFileConstraint
- SpeechRecognitionListConstraint
- SpeechRecognitionTopicConstraint
- SpeechRecognitionVoiceCommandDefinitionConstraint
각 음성 인식기에 하나의 제약 조건 컬렉션을 사용할 수 있습니다. 다음과 같은 제약 조건 조합만 유효합니다.
- 단일 SpeechRecognitionTopicConstraint (받아쓰기 또는 웹 검색)
- SpeechRecognitionListConstraint 및/또는 SpeechRecognitionGrammarFileConstraint 개체의 조합입니다.
- Windows 10 Fall Creators Update(10.0.16299.15) 이상의 경우 단일 항목 제한 조건을 목록 제한 조건과 결합할 수 있습니다.
중요
인식 프로세스를 시작하기 전에 SpeechRecognizer.CompileConstraintsAsync 메서드를 호출하여 제약 조건을 컴파일합니다.
설명
웹 서비스 제약 조건을 사용하려면 설정 - 개인 정보> - 음성, 수동 입력 및 입력 페이지에서 "나를 알아보세요" 옵션을 켜서 설정>에서 음성 입력 및 받아쓰기 지원을 사용하도록 설정해야 합니다. 음성 인식에서 "음성 입력 인식"을 참조하세요.