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) 文法で認識された語句のセマンティック プロパティを含む解釈オブジェクト。

適用対象

こちらもご覧ください