SpeechRecognitionHypothesisGeneratedEventArgs.Hypothesis プロパティ

定義

進行中のディクテーション セッション中に音声認識エンジンによって返される認識結果フラグメントを取得します。

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

プロパティ値

認識結果フラグメント。

適用対象

こちらもご覧ください