SpeechRecognitionHypothesisGeneratedEventArgs.Hypothesis Свойство

Определение

Возвращает фрагмент результата распознавания, возвращенный распознавателем речи во время текущего сеанса диктовки.

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

Значение свойства

Фрагмент результата распознавания.

Применяется к

См. также раздел