Condividi tramite


SpeechRecognitionResult.SemanticInterpretation Proprietà

Definizione

Ottiene un oggetto interpretazione contenente le proprietà semantiche di una frase riconosciuta in una grammatica SRGS (Speech Recognition Grammar Specification).

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

Valore della proprietà

Oggetto interpretazione contenente le proprietà semantiche di una frase riconosciuta in una grammatica SRGS (Speech Recognition Grammar Specification).

Si applica a

Vedi anche