| Name | Type | Description | Notes |
|---|---|---|---|
| id | java.util.UUID | Unique ID representing a resource file | [optional] |
| type | TypeEnum | [optional] | |
| page | Integer | Page number of the document. Generally 1 would represent the front of a document, and 2 might represent the back of the same document. | [optional] |
| created | Long | Unix-timestamp of when the resource was created | [optional] |
| updated | Long | Unix-timestamp of when the resource was updated | [optional] |
| Name | Value |
|---|---|
| FACE_VIDEO | "face_video" |
| DOCUMENT_IMAGE | "document_image" |