RecognitionStatus Enumeration

RecognitionStatus Enumeration

Defines values that indicate whether an error occurred during recognition and, if so, which error occurred.

This enumeration has a FlagsAttribute Leave Site attribute that allows a bitwise combination of its member values.

Definition

Visual Basic .NET Public Enum RecognitionStatus
C# public enum RecognitionStatus
Managed C++ __value public enum RecognitionStatus

Constants

Constant Name Description
NoError Indicates no errors occurred.
Interrupted Indicates the recognition was interrupted by a call to StopBackgroundRecognition.
ProcessFailed Indicates the ink recognition process failed.
InkAddedFailed Indicates the ink could not be added.
SetAutoCompletionModeFailed Indicates the character Autocomplete mode could not be set.
SetStrokesFailed Indicates the strokes could not be set.
SetGuideFailed Indicates the recognition guide could not be set.
SetFlagsFailed Indicates the flags could not be set.
SetFactoidFailed Indicates the factoid could not be set.
SetPrefixSuffixFailed Indicates the suffix or the prefix could not be set.
SetWordListFailed Indicates the word list could not be set.

Remarks

Note: The SetGuideFailed, SetFlagsFailed, SetFactoidFailed, and SetPrefixSuffixFailed members are redundant because an error is also raised when the corresponding properties are set.

Enumeration Information

Namespace Microsoft.Ink
Assembly Microsoft.Ink (microsoft.ink.dll)
Strong Name Microsoft.Ink, Version=1.7.4009.0, Culture=neutral, PublicKeyToken=a2870d9cc4d021c8

See Also