Name | Type | Description | Notes |
---|---|---|---|
id | Integer | [optional] | |
projectPrefix | String | [optional] | |
status | StatusEnum | This value tracks the async processing status of the job. | [optional] |
orderStatus | OrderStatusEnum | This value tracks the completion status of the translation order. | [optional] |
targetLanguages | List<String> | [optional] | |
translationWorkflow | TranslationWorkflowEnum | This indicates the translation workflow being used. UNKNOWN will only be displayed in exceptional cases. | [optional] |
dueDate | OffsetDateTime | [optional] | |
errorMsg | String | [optional] | |
createdAt | OffsetDateTime | [optional] | |
updatedAt | OffsetDateTime | [optional] |
Name | Value |
---|---|
DRAFT | "draft" |
QUEUED | "queued" |
PROCESSING | "processing" |
COMPLETE | "complete" |
CANCELED | "canceled" |
FAILED | "failed" |
Name | Value |
---|---|
DRAFT | "Draft" |
STARTED | "Started" |
IN_PROGRESS | "In Progress" |
DELIVERED | "Delivered" |
COMPLETE | "Complete" |
NEEDS_ATTENTION | "Needs Attention" |
Name | Value |
---|---|
INSTANT | "INSTANT" |
VERIFIED | "VERIFIED" |
UNKNOWN | "UNKNOWN" |