| Name | Type | Description | Notes |
|---|---|---|---|
| jobId | String | The current job Id | [optional] |
| queueId | String | The queue Id provided by a backend system | [optional] |
| engine | EngineEnum | The Engine being used | [optional] |
| conversionInput | ConversionTaskInput | Conversion input | [optional] |
| documentId | String | The document Id provided by a backend system | [optional] |
| status | StatusEnum | The status of the Conversion task itself | [optional] |
| Name | Value |
|---|---|
| ADVANCED | "ADVANCED" |
| PREMIUM | "PREMIUM" |
| BASIC | "BASIC" |
| Name | Value |
|---|---|
| REQUESTED | "REQUESTED" |
| QUEUED | "QUEUED" |
| PROCESSING | "PROCESSING" |
| DONE | "DONE" |
| ERROR | "ERROR" |