VERIFY_CODE
typedef enum
{
VF_IMPOSSIBLE = 0,
VF_UNLIKELY,
VF_UNRESOLVED,
VF_POSSIBLE,
VF_ACCEPT,
} VERIFY_CODE;
The VERIFY_CODE enumerated type represents the possible verification codes.
Value |
Meaning |
VF_IMPOSSIBLE |
The OCR engine has determined that the recognized string for the given zone cannot be possible. |
VF_UNLIKELY |
The OCR engine has determined that the recognized string for the given zone is unlikely to be acceptable. |
VF_UNRESOLVED |
The application's checking function cannot make a decision on the acceptability of the string for the zone. |
VF_POSSIBLE |
The OCR engine has determined that the recognized string for the given zone is possibly acceptable. |
VF_ACCEPT |
The OCR engine has determined that the recognized string for the given zone is certainly acceptable. |
Comments
This enumerated type is used by the following event: