ISpeechRecognitionConstraint 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
SpeechRecognizer 개체에 대한 제약 조건을 나타냅니다.
public interface class ISpeechRecognitionConstraint
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2041321000, 19816, 17348, 137, 17, 64, 220, 65, 1, 181, 91)]
struct ISpeechRecognitionConstraint
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2041321000, 19816, 17348, 137, 17, 64, 220, 65, 1, 181, 91)]
public interface ISpeechRecognitionConstraint
Public Interface ISpeechRecognitionConstraint
- 파생
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
|
설명
제약 조건 또는 문법은 음성 인식기에서 일치시킬 수 있는 음성 단어 및 구를 정의합니다.
미리 정의된 웹 서비스 문법( SpeechRecognitionTopicConstraint 참조) 중 하나를 지정하거나 앱과 함께 설치된 사용자 지정 문법( SpeechRecognitionGrammarFileConstraint, SpeechRecognitionListConstraint 및 SpeechRecognitionVoiceCommandDefinitionConstraint 참조)을 만들 수 있습니다.
웹 서비스 제약 조건을 사용하려면 설정 -> 개인 정보> - 음성, 수동 입력 및 입력 페이지에서 "나를 알아가기" 옵션을 켜서 설정에서 음성 입력 및 받아쓰기 지원을 사용하도록 설정해야 합니다. 음성 인식에서 "음성 입력 인식"을 참조하세요.
속성
IsEnabled |
SpeechRecognizer 개체에서 인식을 수행하는 데 제약 조건을 사용할 수 있는지 여부를 가져오거나 설정합니다. |
Probability |
제약 조건의 가중치 값을 가져오거나 설정합니다. |
Tag |
제약 조건을 식별하는 데 유용할 수 있는 태그를 가져오거나 설정합니다. |
Type |
제약 조건의 형식을 가져옵니다. |