SemanticItem Members
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Stores a value and a SemanticItemState and raises the Changed event whenever the value or state changes.
The following tables list the members exposed by the SemanticItem type.
Public Constructors
?? | Name | Description |
---|---|---|
SemanticItem | Overloaded. ?? |
Top
Public Properties
?? | Name | Description |
---|---|---|
ConfirmThreshold | Overridden. Gets or sets the confidence threshold above which a semantic item is considered confirmed. | |
DeniedValues | Gets a list of values that have been previously denied. | |
Identifier | Overridden. Gets the globally unique identifier (GUID) of the semantic item. | |
Name | Gets the name of the semantic item. | |
SpokenText | Gets or sets the words spoken by the user that correspond to this SemanticItem. | |
State | Overridden. Gets or sets the current state of the SemanticItem. | |
Value | Gets or sets the value of this semantic item. |
Top
Public Methods
(see also Protected Methods )
?? | Name | Description |
---|---|---|
Accept | Overridden. Promotes the state of the SemanticItem to Confirmed. | |
Clear | Overridden. Clears the semantic item. | |
Deny | Overridden. Denies the semantic item. | |
Equals?? | Overloaded. (inherited from Object ) | |
GetHashCode?? | (inherited from Object ) | |
GetType?? | (inherited from Object ) | |
Invalidate | Overridden. Invalidates the semantic item. | |
ReferenceEquals?? | (inherited from Object ) | |
ToString?? | (inherited from Object ) | |
Update | Overloaded. Sets or updates the Value and the State of a semantic item. |
Top
Protected Methods
?? | Name | Description |
---|---|---|
Finalize?? | (inherited from Object ) | |
GetObjectValue | Overridden. Gets the value of the semantic item. | |
MemberwiseClone?? | (inherited from Object ) | |
OnChanged | Raises the Changed event. |
Top
Public Events
?? | Name | Description |
---|---|---|
Changed | Occurs when the value or state of the semantic item has changed. |
Top
See Also
Reference
SemanticItem Generic Class
Microsoft.SpeechServer.Dialog Namespace