SemanticItemState Enumeration

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.

Defines the values for the confirmation state of a SemanticItem.

Namespace: Microsoft.SpeechServer
Assembly: Microsoft.SpeechServer (in microsoft.speechserver.dll)

Syntax

'Declaration
Public Enumeration SemanticItemState
public enum SemanticItemState

Members

Member name Description
Confirmed The SemanticItem has a value, which the user has confirmed or does not need to confirm.
Empty The SemanticItem has no value currently.
NeedsConfirmation The SemanticItem has a value, but it has not been confirmed by the user.

Remarks

SemanticItemState has three possible values: Empty (no value has been assigned), NeedsConfirmation (it has a value, but the application author might want to ask the user whether it is the correct value), or Confirmed (this is the correct value).

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

Windows Server 2003

See Also

Reference

Microsoft.SpeechServer Namespace