ImageGear .NET
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
MemberValueDescription
CHECKCBF_PROHIBIT0x00000004Input flag to prohibit the use of the user-written checking callback function.
CHECKCBF_USED0x00040000Output "After recognition flag" that tells whether a user-written checking callback function was enabled during the checking process (user-written checking was activated).
CORRECT_PROPERNAME0x00000200 Not used in this version - included for backward compatibility.
CORRECTION_DISABLE0x00000080Not used in this version - included for backward compatibility.
IGNORE_CASE0x00000020Input flag to specify case insensitive UD-checking.
IGNORE_WHITESPACE0x00000010Input flag to ignore white space characters (SPACE and TAB characters) during checking. It should be used together with the PASS_LINES flag.
INCLUDE_PUNCTUATION0x00000100 Input flag to consider punctuation characters on the boundaries of the strings as well.
LANGDICT_PROHIBIT0x00000001Input flag to prohibit the use of the Language dictionary.
LANGDICT_USED0x00010000Output "After recognition flag" that tells whether the Language dictionary was enabled during the checking process (spell checking was activated for the zone).
PASS_LINES0x00000040Input 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_PROHIBIT0x00000002Input flag to prohibit the use of the User dictionary.
USERDICT_USED0x00020000Output "After recognition flag" that tells whether the User dictionary was enabled during the checking process (UD-checking was activated for the zone).
VERTDICT_PROHIBIT0x00000008Input flag to prohibit the use of the Vertical dictionary.
VERTDICT_USED0x00080000Output "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

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback