SpeechRecognitionHypothesisGeneratedEventArgs 클래스

정의

SpeechRecognizer.HypothesisGenerated 이벤트에 대한 이벤트 데이터를 포함합니다.

public ref class SpeechRecognitionHypothesisGeneratedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SpeechRecognitionHypothesisGeneratedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SpeechRecognitionHypothesisGeneratedEventArgs
Public NotInheritable Class SpeechRecognitionHypothesisGeneratedEventArgs
상속
Object Platform::Object IInspectable SpeechRecognitionHypothesisGeneratedEventArgs
특성

Windows 요구 사항

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

설명

이 개체는 SpeechRecognizer.HypothesisGenerated 이벤트 처리기에 전달됩니다.

속성

Hypothesis

진행 중인 받아쓰기 세션 중에 음성 인식기에서 반환된 인식 결과 조각을 가져옵니다.

적용 대상

추가 정보