SpeechRecognitionResultStatus 열거형

정의

음성 인식 세션 또는 문법 제약 조건의 컴파일에서 가능한 결과 상태를 지정합니다.

public enum class SpeechRecognitionResultStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class SpeechRecognitionResultStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum SpeechRecognitionResultStatus
var value = Windows.Media.SpeechRecognition.SpeechRecognitionResultStatus.success
Public Enum SpeechRecognitionResultStatus
상속
SpeechRecognitionResultStatus
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

필드

AudioQualityFailure 4

오디오 문제로 인해 인식이 실패했습니다.

GrammarCompilationFailure 3

문법을 컴파일하지 못했습니다.

GrammarLanguageMismatch 2

음성 인식기의 언어가 문법의 언어와 일치하지 않습니다.

MicrophoneUnavailable 10

마이크가 부족하여 인식이 실패했습니다.

Windows 8개 앱 및 Windows Phone 앱에서는 지원되지 않습니다.

NetworkFailure 9

네트워크 문제로 인해 인식이 실패했습니다.

Windows 8개 앱 및 Windows Phone 앱에서는 지원되지 않습니다.

PauseLimitExceeded 8

일시 중지 시간이 길어지거나 처리 시간이 너무 길어 인식이 실패했습니다.

Windows 8개 앱 및 Windows Phone 앱에서는 지원되지 않습니다.

Success 0

인식 세션 또는 컴파일에 성공했습니다.

TimeoutExceeded 7

확장된 무음 또는 잘못된 오디오로 인해 시간 초과로 인해 인식이 실패했습니다.

Windows 8개 앱 및 Windows Phone 앱에서는 지원되지 않습니다.

TopicLanguageNotSupported 1

지원되지 않는 언어에 대해 토픽 제약 조건이 설정되었습니다.

Unknown 6

알 수 없는 문제로 인해 인식 또는 컴파일이 실패했습니다.

UserCanceled 5

사용자가 인식 세션을 취소했습니다.

설명

RecognizeAsyncRecognizeWithUIAsyncSpeechRecognitionResult 개체를 반환합니다.

CompileConstraintsAsync 는 개체를 SpeechRecognitionCompilationResult 반환합니다.

적용 대상

추가 정보