SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / FieldType Enumeration




In This Topic
    FieldType Enumeration
    In This Topic
    Defines the field types for recognition.
    Syntax
    'Declaration
     
    
    Public Enum FieldType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FieldType
    public enum FieldType : System.Enum 
    __value public enum FieldType : public System.Enum 
    public enum class FieldType : public System.Enum 
    Members
    MemberValueDescription
    Currency10 Currency Field Type with the currency symbols
    CurrencyPlus20 Currency Plus Field Type with the alpha currency labels, such as USD, GBP, etc.
    DataValidationList150 Data Validation List Field Type. This field type enables the use of a list of possible text results in recognition.
    Date40 Date Field Type, with year, month and day in a variety of formats.
    Email50 Email Field Type
    GeneralText0 All supported characters in all supported languages.
    RegularExpression140 Regular Expression Field Type. This field type enables the use of a custom defined regular expression in recognition.
    SocialSecurityNumber60 United States Social Security Number Field Type
    Time70 Time Field Type, with hours and minutes in a variety of formats.
    UnitedStatesPhoneNumber80 United States Phone Number Field Type
    Unknown255Unknown Field Type. This field type is not to be used as an input value of Reader.FieldType, but is merely a possible return value of TextBlockResult.FieldType after recognition is performed, indicating that the area of interest is not being recognized as the specified field type successfully.
    URL130 URL Field Type
    Remarks
    For detailed information, see the page How To -> Define and Edit Field Types in the User Guide.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Accusoft.SmartZoneOCRSdk.FieldType

    See Also