SpeechRecognitionResult.SemanticInterpretation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个解释对象,该对象包含语音识别语法规范 (SRGS) 语法中已识别短语的语义属性。
public:
property SpeechRecognitionSemanticInterpretation ^ SemanticInterpretation { SpeechRecognitionSemanticInterpretation ^ get(); };
SpeechRecognitionSemanticInterpretation SemanticInterpretation();
public SpeechRecognitionSemanticInterpretation SemanticInterpretation { get; }
var speechRecognitionSemanticInterpretation = speechRecognitionResult.semanticInterpretation;
Public ReadOnly Property SemanticInterpretation As SpeechRecognitionSemanticInterpretation
属性值
包含语音识别语法规范中已识别短语的语义属性的解释对象, (SRGS) 语法。