Accusoft.FSInvoices1.Net - Updated
ProcessingState Enumeration




Accusoft.FSInvoices Namespace : ProcessingState Enumeration
Defines the processing state.
Syntax
'Declaration
 
Public Enum ProcessingState 
   Inherits System.Enum
'Usage
 
Dim instance As ProcessingState
public enum ProcessingState : System.Enum 
__value public enum ProcessingState : public System.Enum 
public enum class ProcessingState : public System.Enum 
Members
MemberDescription
Analysis Third stage. Template matching using the information acquired during Understanding combined with the template data. Using the matched template and the user-defined rule set, the information acquired during Understanding is distilled down to a final solution.
TemplateUpdate Fourth stage. Updates the associated templates with the information gained from this document.
Understanding First stage. The text information on the document has been OCRed, form fields are found and associated, and form tables are found and build.
VendorMatch Second stage. The vendor associated with the document is identified.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.FSInvoices.ProcessingState

See Also

Reference

Accusoft.FSInvoices Namespace