Partager via


SpeechRecognitionHypothesis.Text Propriété

Définition

Obtient le texte de l’hypothèse, ou fragment de résultat de reconnaissance, retourné par le module de reconnaissance vocale pendant une session de dictée en cours.

public:
 property Platform::String ^ Text { Platform::String ^ get(); };
winrt::hstring Text();
public string Text { get; }
var string = speechRecognitionHypothesis.text;
Public ReadOnly Property Text As String

Valeur de propriété

String

Platform::String

winrt::hstring

Texte du fragment de résultat de reconnaissance.

S’applique à

Voir aussi