Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
SemanticValue.IDictionary<String, SemanticValue>.Keys Property
Gets a collection that contains the keys from a dictionary of key/value pairs.
Namespace: Microsoft.Speech.Recognition
Assembly: Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
'Declaration
Private ReadOnly Property Keys As ICollection(Of String)
Implements IDictionary(Of String, SemanticValue).Keys
Get
'Usage
Dim instance As SemanticValue
Dim value As ICollection(Of String)
value = CType(instance, IDictionary(Of String, SemanticValue)).Keys
ICollection<string> IDictionary<string, SemanticValue>.Keys { get; }
Property Value
Type: System.Collections.Generic.ICollection<String>
Returns a collection that contains the keys from a dictionary of key/value pairs.
Implements
IDictionary<TKey, TValue>.Keys