SpeechRecognitionHypothesis.Text 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取语音识别器在正在进行的听写会话期间返回的假设文本或识别结果片段。
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
属性值
识别结果片段的文本。