RecognitionStatus Enumeration
Defines values that indicate whether an error occurred during recognition and, if so, which error occurred. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration RecognitionStatus
'Usage
Dim instance As RecognitionStatus
[FlagsAttribute]
public enum RecognitionStatus
[FlagsAttribute]
public enum class RecognitionStatus
public enum RecognitionStatus
Members
Member 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.
Platforms
Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 3.0
See Also
Reference
RecognizerContextRecognitionEventArgs
RecognizerContextRecognitionWithAlternatesEventArgs
RecognizerContextRecognitionWithAlternatesEventArgs.RecognitionStatus