DocumentDataType
Description
The DocumentDataType enum specifies the type of data related to a document in AIForged. Multiple DocumentData objects can be linked to a document.
Members
Name | Value | Description |
---|---|---|
Image | 0 | This is the original document images/data blob/sound file. |
Result | 1 | This is a result data from processing. |
Page | 2 | This indicate the data is a page related to the image. |
Backup | 3 | Backup of an image. |
Definition | 10 | Data is a definition. |
Training | 11 | Data is training data. |