Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

SemanticValue.IDictionary<String, SemanticValue>.Values Property

Gets a collection that contains the values from a dictionary of key/value pairs.

Namespace:  Microsoft.Speech.Recognition
Assembly:  Microsoft.Speech (in Microsoft.Speech.dll)

Syntax

'Declaration
Private ReadOnly Property Values As ICollection(Of SemanticValue)
    Implements IDictionary(Of String, SemanticValue).Values
    Get
'Usage
Dim instance As SemanticValue
Dim value As ICollection(Of SemanticValue)

value = CType(instance, IDictionary(Of String, SemanticValue)).Values
ICollection<SemanticValue> IDictionary<string, SemanticValue>.Values { get; }

Property Value

Type: System.Collections.Generic.ICollection<SemanticValue>
Returns a collection that contains the values from a dictionary of key/value pairs.

Implements

IDictionary<TKey, TValue>.Values

See Also

Reference

SemanticValue Class

SemanticValue Members

Microsoft.Speech.Recognition Namespace