SpeechRecognitionSemanticInterpretation.Properties Property

Definition

Gets a dictionary of the semantic properties.

public:
 property IMapView<Platform::String ^, IVectorView<Platform::String ^> ^> ^ Properties { IMapView<Platform::String ^, IVectorView<Platform::String ^> ^> ^ get(); };
IMapView<winrt::hstring, IVectorView<winrt::hstring> const&> Properties();
public IReadOnlyDictionary<string,IReadOnlyList<string>> Properties { get; }
var iMapView = speechRecognitionSemanticInterpretation.properties;
Public ReadOnly Property Properties As IReadOnlyDictionary(Of String, IReadOnlyList(Of String))

Property Value

IMapView<String,IVectorView<String>>

IReadOnlyDictionary<String,IReadOnlyList<String>>

IMapView<Platform::String,IVectorView<Platform::String>>

IMapView<winrt::hstring,IVectorView<winrt::hstring>>

A dictionary of the semantic properties.

Applies to

See also