ImageGear .NET
ImGearRecFilter Enumeration




Identifies character set filters.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum ImGearRecFilter 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearRecFilter
[Flags()]
public enum ImGearRecFilter : System.Enum 
[Flags()]
__value public enum ImGearRecFilter : public System.Enum 
[Flags()]
public enum class ImGearRecFilter : public System.Enum 
Members
MemberValueDescription
ALL31 Pre-defined combined filter. Since all elements are enabled, there is no filtering.
ALPHA6 Pre-definedcombined filter. Recognition of upper and lowercase letters only.
DEFAULT0 Used to have the zone handled globally. Do not combine this with any other filter.
DIGIT1 Disjunct filter. Recognition of numerals only. E.g.: "3" (Digit Three).
LOWERCASE4 Disjunct filter. Recognition of lowercase letters only including accented ones. E.g.: "a" (Lowercase a).
MISCELLANEOUS16 Disjunct filter. Recognition of other miscellaneous characters only. E.g.: "+" (Plus sign).
NUMBERS33 Pre-defined combined filter. Recognition of the digits, plus the FilterPlus characters specified by the ImGearRecRecognitionSettings.FilterPlus property.
PLUS32 Special, combinable filter. Enables the use of the FilterPlus characters specified by the ImGearRecRecognitionSettings.FilterPlus property. The FilterPlus characters are added after any filtering.
PUNCTUATION8 Disjunct filter. Recognition of punctuation signs only. E.g.: "!" (Exclamation Mark).
UPPERCASE2 Disjunct filter. Recognition of uppercase letters only, including accented ones. E.g.: "A" (Capital A).
USER_DICT64 Special, combinable filter. Recognition of characters from the user dictionary section assigned to the zone.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Recognition.ImGearRecFilter

See Also

Reference

ImageGear.Recognition Namespace

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback