Name | Type | Description | Notes |
---|---|---|---|
owner | String | the owner of the submission | [optional] |
title | String | the title of the submission | [optional] |
status | StatusEnum | the current status of the Submission | [optional] |
id | String | the unique ID of the submission | [optional] |
contentType | String | the content type of the submission | [optional] |
pageCount | Integer | the number of pages in the submission | [optional] |
wordCount | Integer | the number of words in the submission | [optional] |
characterCount | Integer | the number of characters in the submission | [optional] |
errorCode | ErrorCodeEnum | an error code representing the type of error encountered (if applicable) | [optional] |
createdTime | OffsetDateTime | RFC3339 timestamp of when this submission was initially created. This is the time at which the POST to /submissions was made. | [optional] |
capabilities | List<CapabilitiesEnum> | Set of capabilities available to the current submission | [optional] |
metadata | SubmissionCompleteWebhookRequestAllOfMetadata | [optional] |
Name | Value |
---|---|
CREATED | "CREATED" |
PROCESSING | "PROCESSING" |
COMPLETE | "COMPLETE" |
DELETED | "DELETED" |
ERROR | "ERROR" |
Name | Value |
---|---|
UNSUPPORTED_FILETYPE | "UNSUPPORTED_FILETYPE" |
PROCESSING_ERROR | "PROCESSING_ERROR" |
CANNOT_EXTRACT_TEXT | "CANNOT_EXTRACT_TEXT" |
TOO_LITTLE_TEXT | "TOO_LITTLE_TEXT" |
TOO_MUCH_TEXT | "TOO_MUCH_TEXT" |
TOO_MANY_PAGES | "TOO_MANY_PAGES" |
FILE_LOCKED | "FILE_LOCKED" |
CORRUPT_FILE | "CORRUPT_FILE" |
Name | Value |
---|---|
INDEX | "INDEX" |
SIMILARITY | "SIMILARITY" |
VIEWER | "VIEWER" |