Click or drag to resize

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
Syntax
public enum CHECKWORDRETURNCODE
Members
  Member nameValueDescription
CW_IMPOSSIBLE0 The recognized string for the given word or line cannot be possible. The string will be treated as suspect without further checking.
CW_UNLIKELY1 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_UNRESOLVED2 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_POSSIBLE3 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_SURE4 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