VoiceCommand.Properties Eigenschaft

Definition

Ruft ein Wörterbuch ab, das die semantischen Eigenschaften des erkannten Ausdrucks im Sprachbefehl enthält.

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 = voiceCommand.properties;
Public ReadOnly Property Properties As IReadOnlyDictionary(Of String, IReadOnlyList(Of String))

Eigenschaftswert

IMapView<String,IVectorView<String>>

IReadOnlyDictionary<String,IReadOnlyList<String>>

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

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

Die semantischen Eigenschaften, die im Sprachbefehl erkannt werden.

Gilt für:

Weitere Informationen