SemanticValue Members |
SemanticValue Class Constructors Methods Properties Explicit Interface Implementations See Also Send Feedback |
Represents the semantic organization of a recognized phrase.
The SemanticValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SemanticValue(Object) | Initializes a new instance of the SemanticValue class and specifies a semantic value. | |
SemanticValue(String, Object, Single) | Initializes a new instance of the SemanticValue class and specifies a semantic value, a key name, and a confidence level. |
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. |
Methods
Name | Description | |
---|---|---|
Contains | Indicates whether the current SemanticValue instance collection contains a specific key and specific instance of SemanticValue expressed as a key value pair. | |
ContainsKey | Indicates whether the current SemanticValue instance collection contains a child SemanticValue instance with a given key string. | |
Equals | (Overrides Object..::..Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Overrides Object..::..GetHashCode()()()().) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Explicit Interface Implementations
Top