'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
'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
Member | Value | Description |
---|---|---|
Currency | 10 | Currency Field Type with the currency symbols |
CurrencyPlus | 20 | Currency Plus Field Type with the alpha currency labels, such as USD, GBP, etc. |
DataValidationList | 150 | Data Validation List Field Type. This field type enables the use of a list of possible text results in recognition. |
Date | 40 | Date Field Type, with year, month and day in a variety of formats. |
50 | Email Field Type | |
GeneralText | 0 | All supported characters in all supported languages. |
RegularExpression | 140 | Regular Expression Field Type. This field type enables the use of a custom defined regular expression in recognition. |
SocialSecurityNumber | 60 | United States Social Security Number Field Type |
Time | 70 | Time Field Type, with hours and minutes in a variety of formats. |
UnitedStatesPhoneNumber | 80 | United States Phone Number Field Type |
Unknown | 255 | Unknown 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. |
URL | 130 | URL Field Type |
System.Object
System.ValueType
System.Enum
Accusoft.SmartZoneOCRSdk.FieldType