DocumentCategory Enumeration
                In This Topic
            
            
            Specifies a predefined category of a document.
            
            Syntax
            
            Members
| Member | Value | Description | 
|---|
| BankCheck | 4 | Bank check categorization. | 
| BankDetails | 5 | Bank details categorization. | 
| CreditCard | 7 | Credit card categorization. | 
| DriverLicense | 6 | Driver license categorization. | 
| IdCard | 3 | Identity card categorization. | 
| Invoice | 1 | Invoice categorization. | 
| Passport | 2 | Passport categorization. | 
| PayrollStatement | 10 | payroll statement categorization. | 
| PurchaseOrder | 11 | Purchase order categorization. | 
| Receipt | 9 | Receipt categorization. | 
| Resume | 8 | Resume categorization. | 
| Undefined | 0 | Undefined category. This category shall be used when the document cannot be assigned to any other one. | 
Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         XTractFlow.API.Document.DocumentCategory
See Also