SemanticValue Properties
From Microsoft Speech Platform SDK 11
The SemanticValue type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Confidence | Returns a relative measure of the certainty as to the correctness of the semantic parsing that returned the current instance of SemanticValue. | |
| Count | Returns the number of child SemanticValue objects under the current SemanticValue instance. | |
| Item | Returns child SemanticValue instances that belong to the current SemanticValue. | |
| Value | Gets the information contained in the current SemanticValue. |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ICollection<(Of <<'(KeyValuePair<(Of <<'(String, SemanticValue>)>>)>)>>)..::..IsReadOnly | Gets a value that indicates whether the collection is read-only. | |
| IDictionary<(Of <<'(String, SemanticValue>)>>)..::..Keys | Gets a collection that contains the keys from a dictionary of key/value pairs. | |
| IDictionary<(Of <<'(String, SemanticValue>)>>)..::..Values | Gets a collection that contains the values from a dictionary of key/value pairs. |