TranslationStatus interface
Translation job status response
Properties
| created |
Operation created date time |
| error | This contains an outer error with error code, message, details, target and an inner error with more descriptive details. |
| id | Id of the translation operation. |
| status | List of possible statuses for job or document |
| summary | Status Summary |
| updated |
Date time in which the operation's status has been updated |
Property Details
createdAt
Operation created date time
createdAt: Date
Property Value
Date
error
This contains an outer error with error code, message, details, target and an inner error with more descriptive details.
error?: TranslationError
Property Value
id
Id of the translation operation.
id: string
Property Value
string
status
summary
updatedAt
Date time in which the operation's status has been updated
updatedAt: Date
Property Value
Date