共用方式為


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) 文法。

適用於

另請參閱