UsageType
Description
The UsageType enum indicates the reason that a document has been stored, i.e. the intended usage of the document.
Members
Name | Value | Description |
---|---|---|
Definition | 0 | This is a definition document. Each service has its unique usage for a definition document. |
Training | 1 | This is training document, uploaded by class. |
Inbox | 2 | This is a user document request for classification or extraction. |
Outbox | 3 | This is the results of the classification or extraction. |
Label | 4 | The document contains labeling information. |
Dataset | 10 | The document is used to store dataset information. |
System | 90 | This is a system document. |
Sample | 98 | This is a sample document (showcasing something). |
Preview | 99 | Preview Image of the document (if applicable). |