ImageGear .NET - Updated
ImGearRecZoneCheckingFlags Enumeration




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace : ImGearRecZoneCheckingFlags Enumeration
Defines flags for the ImGearRecZone.Checking property.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum ImGearRecZoneCheckingFlags 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearRecZoneCheckingFlags
[Flags()]
public enum ImGearRecZoneCheckingFlags : System.Enum 
[Flags()]
__value public enum ImGearRecZoneCheckingFlags : public System.Enum 
[Flags()]
public enum class ImGearRecZoneCheckingFlags : public System.Enum 
Members
MemberDescription
CHECKCBF_PROHIBITInput flag to prohibit the use of the user-written checking callback function.
CHECKCBF_USEDOutput "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_DISABLENot used in this version - included for backward compatibility.
IGNORE_CASEInput flag to specify case insensitive UD-checking.
IGNORE_WHITESPACEInput 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_PROHIBITInput flag to prohibit the use of the Language dictionary.
LANGDICT_USEDOutput "After recognition flag" that tells whether the Language dictionary was enabled during the checking process (spell checking was activated for the zone).
PASS_LINESInput 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_PROHIBITInput flag to prohibit the use of the User dictionary.
USERDICT_USEDOutput "After recognition flag" that tells whether the User dictionary was enabled during the checking process (UD-checking was activated for the zone).
VERTDICT_PROHIBITInput flag to prohibit the use of the Vertical dictionary.
VERTDICT_USEDOutput "After recognition flag" that tells whether a Vertical dictionary was enabled during the checking process.
Remarks
Some of these flags are used to specify how a zone should be checked (Input flags). The others are set by the engine after recognition to provide the info on the settings used during the recognition (Output flags).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Recognition.ImGearRecZoneCheckingFlags

See Also

Reference

ImageGear.Recognition Namespace
ImGearRecZone Class