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