Partager via


SpeechRecognitionHypothesisGeneratedEventArgs.Hypothesis Propriété

Définition

Obtient un fragment de résultat de reconnaissance retourné par le module de reconnaissance vocale pendant une session de dictée en cours.

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

Valeur de propriété

Fragment de résultat de reconnaissance.

S’applique à

Voir aussi