SemanticValue Properties

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

The SemanticValue type exposes the following members.

Properties

  NameDescription
Public propertyConfidenceReturns a relative measure of the certainty as to the correctness of the semantic parsing that returned the current instance of SemanticValue.
Public propertyCountReturns the number of child SemanticValue objects under the current SemanticValue instance.
Public propertyItemReturns child SemanticValue instances that belong to the current SemanticValue.
Public propertyValueGets the information contained in the current SemanticValue.
Top

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate propertyICollection<(Of <<'(KeyValuePair<(Of <<'(String, SemanticValue>)>>)>)>>)..::..IsReadOnlyGets a value that indicates whether the collection is read-only.
Explicit interface implemetationPrivate propertyIDictionary<(Of <<'(String, SemanticValue>)>>)..::..KeysGets a collection that contains the keys from a dictionary of key/value pairs.
Explicit interface implemetationPrivate propertyIDictionary<(Of <<'(String, SemanticValue>)>>)..::..ValuesGets a collection that contains the values from a dictionary of key/value pairs.
Top

See Also