SpeechRecognitionHypothesisGeneratedEventArgs.Hypothesis 속성

정의

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

public:
 property SpeechRecognitionHypothesis ^ Hypothesis { SpeechRecognitionHypothesis ^ get(); };
SpeechRecognitionHypothesis Hypothesis();
public SpeechRecognitionHypothesis Hypothesis { get; }
var speechRecognitionHypothesis = speechRecognitionHypothesisGeneratedEventArgs.hypothesis;
Public ReadOnly Property Hypothesis As SpeechRecognitionHypothesis

속성 값

인식 결과 조각입니다.

적용 대상

추가 정보