SpeechRecognitionSemanticInterpretation SpeechRecognitionSemanticInterpretation SpeechRecognitionSemanticInterpretation SpeechRecognitionSemanticInterpretation Class

Definition

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

public : sealed class SpeechRecognitionSemanticInterpretation : ISpeechRecognitionSemanticInterpretationpublic sealed class SpeechRecognitionSemanticInterpretation : ISpeechRecognitionSemanticInterpretationPublic NotInheritable Class SpeechRecognitionSemanticInterpretation Implements ISpeechRecognitionSemanticInterpretation// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

Access the SpeechRecognitionResult.SemanticInterpretation property to obtain an instance of this class.

Properties

Properties Properties Properties Properties

Gets a dictionary of the semantic properties.

public : IMapView<string, IVectorView<string>> Properties { get; }public IReadOnlyDictionary<string, IReadOnlyList<string>> Properties { get; }Public ReadOnly Property Properties As IReadOnlyDictionary<string, IReadOnlyList<string>>// You can use this property in JavaScript.
Value
IMapView<PlatForm::String, IVectorView<PlatForm::String>> IReadOnlyDictionary<string, IReadOnlyList<string>> IReadOnlyDictionary<string, IReadOnlyList<string>> IReadOnlyDictionary<string, IReadOnlyList<string>>

A dictionary of the semantic properties.

See Also

See Also