Classes and enums
| Interface | What it does |
|---|---|
| FlexiCaptureWebServiceClient class | Connects to the ABBYY FlexiCapture 12 web service and opens projects. |
| FlexiCaptureProject class | Lists batch types, creates and runs a batch, and retrieves the results. |
| Credentials class | Stores the login and password of the ABBYY FlexiCapture 12 user. |
| BatchCreationJob class | Defines a job that creates a batch, with its name, type, and registration properties. |
| RegistrationProperty class | Represents one batch registration parameter as a name and a value. |
| File class | Holds a target file as a name and a byte array. |
| Result class | Exposes the batch processing results: the stop stage, the output files, and the captured fields. |
| Stage enum | The stages where the processing of a document can stop. |
