RecognitionStatus Enumeration
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
/** @attribute FlagsAttribute() */
public enum RecognitionStatus
FlagsAttribute
public enum RecognitionStatus
Members
Member name | Description | |
---|---|---|
InkAddedFailed | Indicates the ink could not be added. | |
Interrupted | Indicates the recognition was interrupted by a call to StopBackgroundRecognition. | |
NoError | Indicates no errors occurred. | |
ProcessFailed | Indicates the ink recognition process failed. | |
SetAutoCompletionModeFailed | Indicates the character Autocomplete mode could not be set. | |
SetFactoidFailed | Indicates the factoid could not be set. | |
SetFlagsFailed | Indicates the flags could not be set. | |
SetGuideFailed | Indicates the recognition guide could not be set. | |
SetPrefixSuffixFailed | Indicates the suffix or the prefix could not be set. | |
SetStrokesFailed | Indicates the strokes could not be set. | |
SetWordListFailed | Indicates the word list could not be set. |
Platforms
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Version Information
.NET Framework
Supported in: 3.0
See Also
Reference
Microsoft.Ink Namespace
RecognizerContext.Recognize
RecognizerContextRecognitionEventArgs
RecognizerContextRecognitionWithAlternatesEventArgs
RecognizerContextRecognitionWithAlternatesEventArgs.RecognitionStatus
RecognizerContextRecognitionEventArgs.RecognitionStatus