DocumentStatusOutput interface
Document Status Response
Properties
| character |
Character charged by the API |
| 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 | Document Id |
| last |
Date time in which the operation's status has been updated |
| path | Location of the document or folder |
| progress | Progress of the translation if available |
| source |
Location of the source document |
| status | List of possible statuses for job or document Possible values: "NotStarted", "Running", "Succeeded", "Failed", "Cancelled", "Cancelling", "ValidationFailed" |
| to | To language |
Property Details
characterCharged
Character charged by the API
characterCharged?: number
Property Value
number
createdDateTimeUtc
Operation created date time
createdDateTimeUtc: string
Property Value
string
error
This contains an outer error with error code, message, details, target and an inner error with more descriptive details.
error?: TranslationErrorOutput
Property Value
id
Document Id
id: string
Property Value
string
lastActionDateTimeUtc
Date time in which the operation's status has been updated
lastActionDateTimeUtc: string
Property Value
string
path
Location of the document or folder
path?: string
Property Value
string
progress
Progress of the translation if available
progress: number
Property Value
number
sourcePath
Location of the source document
sourcePath: string
Property Value
string
status
List of possible statuses for job or document
Possible values: "NotStarted", "Running", "Succeeded", "Failed", "Cancelled", "Cancelling", "ValidationFailed"
status: string
Property Value
string
to
To language
to: string
Property Value
string