SpeechRecognitionResult.Text Property

Definition

Gets the recognized phrase of the speech recognition session.

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

Property Value

String

Platform::String

winrt::hstring

The recognized phrase of the speech recognition session.

Applies to

See also