This documentation is archived and is not being maintained.
RecognitionStatus Enumeration
Visual Studio 2008
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.InkAssembly: Microsoft.Ink (in Microsoft.Ink.dll)
| 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. |
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.
Show:
Note: