| type | description |
|---|---|
| BoundingBox | Container to carry the positional information of word. |
| Candidate | Container to carry the candidate related properties for inserting into the staging table. |
| ClassFieldDeclaration | Container to carry the information of fields of the Document Class. |
| DataCell | Simple container to carry extracted data string for a single cell. Used by ExtractedData. |
| DocumentAdapter | Carrier for document information.
When training an extractor, make sure to fill the word list, the page list and the field list. When extracting fields from a document you only need to fill the word list and page list. |
| DocumentClass | Information about a document class |
| DocumentHeaderField | Container to carry the corrected header fieldName and header fieldValue , as a part of request. |
| DocumentImportStatus | Container to carry the document import status information. |
| DocumentUploadStatus | Container to carry the uploading status information of the documents. It takes account of number of total and imported documents and their status |
| ExtendedClassFieldStatistics | Field statistics for a single class, covering how many values have been found at all for a field within that class and for how many of those values a target can be located. |
| ExtractedData | Contains the extraction result for a single field. There are usually multiple candidates which are provided as a list of DataCell. |
| FieldDeclaration | Declaration of a field that can be extracted. |
| FieldInfo | Container to carry field information. |
| FieldLocations | Container to carry the information of word locations respective to the field. |
| FieldStatistics | Basic field statistics, covering how many values exist for a given field in a project or class |
| LearnsetDocumentAddRequest | Container to carry the all the properties required to facilitate the request payload for adding documents from the staging tables to the learnset tables. |
| LearnsetSchedulerProperties | Container to carry the properties of a global scheduler. |
| PageInfo | Container to carry the page orientation and positional information. |
| Project | Container to carry the information of a Project created in the ALM application. |
| StagingDataAddRequest | Container to carry the all the properties required to facilitate the request payload for adding documents data to staging tables. |
| TmpALMDocument | Container to carry all the required properties for populating TMPALMDOCUMENT table's data. |
| TmpALMField | Container to carry all the required properties for populating TMPALMFIELDS table's data |
| TrainingDocumentIncident | Description of a failed plausibility check on a traing document |
| TrainingDocumentMetaData | Meta data about a stored training document |
| TrainingSetCheckResult | Result of a training set plausibility check, including found incidents and field statistics. |
| WordInfo | Container to carry word information. |