SemanticValue Methods

From Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

The SemanticValue type exposes the following members.

Methods

  NameDescription
Public methodContainsIndicates whether the current SemanticValue instance collection contains a specific key and specific instance of SemanticValue expressed as a key value pair.
Public methodContainsKeyIndicates whether the current SemanticValue instance collection contains a child SemanticValue instance with a given key string.
Public methodEquals (Overrides Object..::..Equals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Overrides Object..::..GetHashCode()()()().)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodICollection<(Of <<'(KeyValuePair<(Of <<'(String, SemanticValue>)>>)>)>>)..::..AddAdds the specified key and SemanticValue to the collection.
Explicit interface implemetationPrivate methodIDictionary<(Of <<'(String, SemanticValue>)>>)..::..AddAdds the specified key and SemanticValue to the dictionary.
Explicit interface implemetationPrivate methodICollection<(Of <<'(KeyValuePair<(Of <<'(String, SemanticValue>)>>)>)>>)..::..ClearRemoves all key/value pairs from the collection.
Explicit interface implemetationPrivate methodICollection<(Of <<'(KeyValuePair<(Of <<'(String, SemanticValue>)>>)>)>>)..::..CopyToCopies a key/value pair to a specific location in a targeted array.
Explicit interface implemetationPrivate methodIEnumerable<(Of <<'(KeyValuePair<(Of <<'(String, SemanticValue>)>>)>)>>)..::..GetEnumeratorReturns an enumerator that iterates through a collection.
Explicit interface implemetationPrivate methodIEnumerable..::..GetEnumeratorReturns an enumerator that iterates through a collection.
Explicit interface implemetationPrivate methodICollection<(Of <<'(KeyValuePair<(Of <<'(String, SemanticValue>)>>)>)>>)..::..RemoveRemoves the specified key and SemanticValue from the collection.
Explicit interface implemetationPrivate methodIDictionary<(Of <<'(String, SemanticValue>)>>)..::..RemoveRemoves the specified key and SemanticValue from the dictionary.
Explicit interface implemetationPrivate methodIDictionary<(Of <<'(String, SemanticValue>)>>)..::..TryGetValueGets the SemanticValue associated with the specified key.
Top

See Also