共用方式為


SpeechRecognitionHypothesisGeneratedEventArgs.Hypothesis 屬性

定義

取得語音辨識器在進行中的聽寫會話期間傳回的辨識結果片段。

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

屬性值

辨識結果片段。

適用於

另請參閱