TranslationStatus interface

Translation job status response

Properties

createdAt

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

updatedAt

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

List of possible statuses for job or document

status: Status

Property Value

summary

Status Summary

summary: TranslationStatusSummary

Property Value

updatedAt

Date time in which the operation's status has been updated

updatedAt: Date

Property Value

Date