Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 2.25 KB

SubmissionCompleteWebhookRequest.md

File metadata and controls

61 lines (41 loc) · 2.25 KB

SubmissionCompleteWebhookRequest

Properties

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]

Enum: StatusEnum

Name Value
CREATED "CREATED"
PROCESSING "PROCESSING"
COMPLETE "COMPLETE"
DELETED "DELETED"
ERROR "ERROR"

Enum: ErrorCodeEnum

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"

Enum: List<CapabilitiesEnum>

Name Value
INDEX "INDEX"
SIMILARITY "SIMILARITY"
VIEWER "VIEWER"