Share via


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()

Implements

ICollection<T>.Clear()

See Also

Reference

SemanticValue Class

SemanticValue Members

Microsoft.Speech.Recognition Namespace