CHECKWORDRETURNCODE Enumeration
|
Deprecated. This functionality is no longer supported in CSDK19. It will be removed from the next version of the CSDK.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic enum CHECKWORDRETURNCODE
Public Enumeration CHECKWORDRETURNCODE
public enum class CHECKWORDRETURNCODE
Members
| Member name | Value | Description |
---|
| CW_IMPOSSIBLE | 0 |
The recognized string for the given word or line cannot be possible.
The string will be treated as suspect without further checking.
|
| CW_UNLIKELY | 1 |
The recognized string for the given word or line is unlikely to be acceptable.
The string will be treated as suspect without further checking.
|
| CW_UNRESOLVED | 2 |
No decision can be made on the acceptability of the string for the word or line.
The string will be passed to other parts of the checking sub-system for appraisal.
|
| CW_POSSIBLE | 3 |
The recognized string for the given word or line is possibly acceptable.
The string will be accepted and no further checking will be done.
|
| CW_SURE | 4 |
The recognized string for the given word or line is certainly acceptable.
The string will be accepted and no further checking will be done.
|
See Also