Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
SemanticValue.ICollection<KeyValuePair<String, SemanticValue>>.Add Method
Adds the specified key and SemanticValue to the collection.
Namespace: Microsoft.Speech.Recognition
Assembly: Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
'Declaration
Private Sub Add ( _
key As KeyValuePair(Of String, SemanticValue) _
) Implements ICollection(Of KeyValuePair(Of String, SemanticValue)).Add
'Usage
Dim instance As SemanticValue
Dim key As KeyValuePair(Of String, SemanticValue)
CType(instance, ICollection(Of KeyValuePair(Of String, SemanticValue))).Add(key)
void ICollection<KeyValuePair<string, SemanticValue>>.Add(
KeyValuePair<string, SemanticValue> key
)
Parameters
- key
Type: System.Collections.Generic.KeyValuePair<String, SemanticValue>
A key for a SemanticValue.