SpeechRecognitionResult.Semantics Property

Gets a dictionary of the semantic properties of a recognized phrase in a Speech Recognition Grammar Specification (SRGS) grammar.

Syntax

public:
property IMapView<String^ , SpeechRecognitionSemanticProperty^ >^ Semantics {
         IMapView<String^ , SpeechRecognitionSemanticProperty^ >^ get ();
}  

Property value

Type: IMapView<String^ , SpeechRecognitionSemanticProperty^ > 

  A dictionary of the semantic properties of a recognized phrase in a Speech Recognition Grammar Specification (SRGS) grammar.

Remarks

For more information about working with semantics, see Working with NUI Speech recognition results.

Requirements

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

SpeechRecognitionResult Class

SpeechRecognitionResult Members

Windows.Xbox.Speech.Recognition Namespace