Defines flags for the
ImGearRecZone.Checking property.
Syntax
Members
Member | Description |
CHECKCBF_PROHIBIT | Input flag to prohibit the use of the user-written checking callback function. |
CHECKCBF_USED | Output "After recognition flag" that tells whether a user-written checking callback function was enabled during the
checking process (user-written checking was activated). |
CORRECT_PROPERNAME |
Not used in this version - included for backward compatibility. |
CORRECTION_DISABLE | Not used in this version - included for backward compatibility. |
IGNORE_CASE | Input flag to specify case insensitive UD-checking. |
IGNORE_WHITESPACE | Input flag to ignore white space characters (SPACE and TAB characters) during checking. It should be used together with the PASS_LINES flag. |
INCLUDE_PUNCTUATION |
Input flag to consider punctuation characters on the boundaries of the strings as well.
|
LANGDICT_PROHIBIT | Input flag to prohibit the use of the Language dictionary. |
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). |
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. |
USERDICT_PROHIBIT | Input flag to prohibit the use of the User dictionary. |
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). |
VERTDICT_PROHIBIT | Input flag to prohibit the use of the Vertical dictionary. |
VERTDICT_USED | Output "After recognition flag" that tells whether a Vertical dictionary was enabled during the checking process. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Recognition.ImGearRecZoneCheckingFlags
See Also