SpeechRecognitionHypothesis.Text 属性

定义

获取语音识别器在正在进行的听写会话期间返回的假设文本或识别结果片段。

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

属性值

String

Platform::String

winrt::hstring

识别结果片段的文本。

适用于

另请参阅