SpeechRecognitionResult.SemanticInterpretation Eigenschaft

Definition

Ruft ein Interpretationsobjekt ab, das die semantischen Eigenschaften eines erkannten Ausdrucks in einer SRGS-Grammatik (Speech Recognition Grammar Specification) enthält.

public:
 property SpeechRecognitionSemanticInterpretation ^ SemanticInterpretation { SpeechRecognitionSemanticInterpretation ^ get(); };
SpeechRecognitionSemanticInterpretation SemanticInterpretation();
public SpeechRecognitionSemanticInterpretation SemanticInterpretation { get; }
var speechRecognitionSemanticInterpretation = speechRecognitionResult.semanticInterpretation;
Public ReadOnly Property SemanticInterpretation As SpeechRecognitionSemanticInterpretation

Eigenschaftswert

Ein Interpretationsobjekt, das die semantischen Eigenschaften eines erkannten Ausdrucks in einer SRGS-Grammatik (Speech Recognition Grammar Specification) enthält.

Gilt für:

Weitere Informationen