Partager via


SpeechRecognitionSemanticInterpretation.Properties Propriété

Définition

Obtient un dictionnaire des propriétés sémantiques.

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))

Valeur de propriété

IMapView<String,IVectorView<String>>

IReadOnlyDictionary<String,IReadOnlyList<String>>

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

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

Dictionnaire des propriétés sémantiques.

S’applique à

Voir aussi