SpeechRecognitionHypothesisGeneratedEventArgs.Hypothesis Proprietà

Definizione

Ottiene un frammento di risultato del riconoscimento vocale restituito dal riconoscimento vocale durante una sessione di dettatura in corso.

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

Valore della proprietà

Frammento di risultato del riconoscimento.

Si applica a

Vedi anche