Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
SemanticValue.ICollection<KeyValuePair<String, SemanticValue>>.Clear Method
Removes all key/value pairs from the collection.
Namespace: Microsoft.Speech.Recognition
Assembly: Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
'Declaration
Private Sub Clear Implements ICollection(Of KeyValuePair(Of String, SemanticValue)).Clear
'Usage
Dim instance As SemanticValue
CType(instance, ICollection(Of KeyValuePair(Of String, SemanticValue))).Clear()
void ICollection<KeyValuePair<string, SemanticValue>>.Clear()