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.

Применяется к

См. также раздел