DocumentStatus interface
Document Status Response
Properties
| character |
Character charged by the API |
| created |
Operation created date time |
| deployment |
Deployment name of the custom translation model used for the translation |
| error | This contains an outer error with error code, message, details, target and an inner error with more descriptive details. |
| id | Document Id |
| image |
Characters detected within images |
| image |
Images charged by the API |
| 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 |
| to | To language |
| total |
Total image scans failed |
| total |
Total image scans charged by the API |
Property Details
characterCharged
Character charged by the API
characterCharged?: number
Property Value
number
createdAt
Operation created date time
createdAt: Date
Property Value
Date
deploymentName
Deployment name of the custom translation model used for the translation
deploymentName?: 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?: TranslationError
Property Value
id
Document Id
id: string
Property Value
string
imageCharacterDetected
Characters detected within images
imageCharacterDetected?: number
Property Value
number
imageCharged
Images charged by the API
imageCharged?: number
Property Value
number
lastActionAt
Date time in which the operation's status has been updated
lastActionAt: Date
Property Value
Date
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
to
To language
to: string
Property Value
string
totalImageScansFailed
Total image scans failed
totalImageScansFailed?: number
Property Value
number
totalImageScansSucceeded
Total image scans charged by the API
totalImageScansSucceeded?: number
Property Value
number