SpeechRecognitionHypothesisGeneratedEventArgs.Hypothesis Propiedad

Definición

Obtiene un fragmento de resultado de reconocimiento devuelto por el reconocedor de voz durante una sesión de dictado en curso.

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

Valor de propiedad

Fragmento de resultado del reconocimiento.

Se aplica a

Consulte también