다음을 통해 공유


SpeechRecognitionResult.SemanticInterpretation 속성

정의

SRGS(Speech Recognition Grammar Specification) 문법에서 인식된 구의 의미 체계 속성을 포함하는 해석 개체를 가져옵니다.

public:
 property SpeechRecognitionSemanticInterpretation ^ SemanticInterpretation { SpeechRecognitionSemanticInterpretation ^ get(); };
SpeechRecognitionSemanticInterpretation SemanticInterpretation();
public SpeechRecognitionSemanticInterpretation SemanticInterpretation { get; }
var speechRecognitionSemanticInterpretation = speechRecognitionResult.semanticInterpretation;
Public ReadOnly Property SemanticInterpretation As SpeechRecognitionSemanticInterpretation

속성 값

SRGS(Speech Recognition Grammar Specification) 문법에서 인식된 구의 의미 체계 속성을 포함하는 해석 개체입니다.

적용 대상

추가 정보