SpeechRecognitionResult.SemanticInterpretation 属性

定义

获取一个解释对象,该对象包含语音识别语法规范 (SRGS) 语法中已识别短语的语义属性。

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

属性值

包含语音识别语法规范中已识别短语的语义属性的解释对象, (SRGS) 语法。

适用于

另请参阅