SpeechRecognitionHypothesisGeneratedEventArgs.Hypothesis 属性

定义

获取语音识别器在正在进行的听写会话期间返回的识别结果片段。

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

属性值

识别结果片段。

适用于

另请参阅