SpeechRecognitionHypothesisGeneratedEventArgs.Hypothesis Propriedade

Definição

Obtém um fragmento de resultado de reconhecimento retornado pelo reconhecedor de fala durante uma sessão de ditado em andamento.

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

Valor da propriedade

O fragmento de resultado do reconhecimento.

Aplica-se a

Confira também