다음을 통해 공유


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

인식 결과 조각의 텍스트입니다.

적용 대상

추가 정보