SpeechRecognitionSemanticInterpretation.Properties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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<Platform::String,IVectorView<Platform::String>>
IMapView<winrt::hstring,IVectorView<winrt::hstring>>
A dictionary of the semantic properties.