Note

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

SemanticValue.IDictionary<String, SemanticValue>.Add Method

Adds the specified key and SemanticValue to the dictionary.

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

Syntax

'Declaration
Private Sub Add ( _
    key As String, _
    value As SemanticValue _
) Implements IDictionary(Of String, SemanticValue).Add
'Usage
Dim instance As SemanticValue
Dim key As String
Dim value As SemanticValue

CType(instance, IDictionary(Of String, SemanticValue)).Add(key, _
    value)
void IDictionary<string, SemanticValue>.Add(
    string key,
    SemanticValue value
)

Parameters

Implements

IDictionary<TKey, TValue>.Add(TKey, TValue)

See Also

Reference

SemanticValue Class

SemanticValue Members

Microsoft.Speech.Recognition Namespace