SpeechRecognitionHypothesisGeneratedEventArgs.Hypothesis Property

Definition

Gets a recognition result fragment returned by the speech recognizer during an ongoing dictation session.

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

Property Value

The recognition result fragment.

Applies to

See also