Zone checking flags (AT_REC_ZONE.Checking).
IG_REC_ZCF_LANGDICT_PROHIBIT | Input flag to prohibit the use of the Language dictionary. |
IG_REC_ZCF_USERDICT_PROHIBIT | Input flag to prohibit the use of the User dictionary. |
IG_REC_ZCF_CHECKCBF_PROHIBIT |
This value has been deprecated and will be removed from the public API in a future release. Input flag to prohibit the use of the user-written checking callback function. |
IG_REC_ZCF_VERTDICT_PROHIBIT | Input flag to prohibit the use of the Vertical dictionary. |
IG_REC_ZCF_IGNORE_WHITESPACE | Input flag to ignore white space characters (SPACE and TAB characters) during checking. It should be used together with the IG_REC_ZCF_PASS_LINES flag. |
IG_REC_ZCF_IGNORE_CASE | Input flag to specify case insensitive UD-checking. |
IG_REC_ZCF_PASS_LINES | Input flag to instruct the selected recognition module to pass entire lines to the checker, instead of words. Do not use this attribute in conjunction with spell checking. |
IG_REC_ZCF_CORRECTION_DISABLE | Not used in this version - included for backward compatibility. |
IG_REC_ZCF_INCLUDE_PUNCTUATION | Input flag to consider punctuation characters on the boundaries of the strings as well. |
IG_REC_ZCF_CORRECT_PROPERNAME | Not used in this version - included for backward compatibility. |
IG_REC_ZCF_LANGDICT_USED | Output "After recognition flag" that tells whether the Language dictionary was enabled during the checking process (spell checking was activated for the zone). |
IG_REC_ZCF_USERDICT_USED | Output "After recognition flag" that tells whether the User dictionary was enabled during the checking process (UD-checking was activated for the zone). |
IG_REC_ZCF_CHECKCBF_USED |
This value has been deprecated and will be removed from the public API in a future release. Output "After recognition flag" that tells whether a user-written checking callback function was enabled during the checking process (user-written checking was activated). |
IG_REC_ZCF_VERTDICT_USED | Output "After recognition flag" that tells whether a Vertical dictionary was enabled during the checking process. |