A job stats shows an overview of job's statistical data including total number of exact words, fuzzy words, language pairs, projects, etc.
Name |
Type |
Description |
Notes |
exactWords |
Integer |
Total number of exact words. |
[optional] |
fuzzyWords |
Integer |
Total number of fuzzy words. |
[optional] |
newWords |
Integer |
Total number of fuzzy words. |
[optional] |
numDeliveredProjects |
Integer |
Total number of delivered projects. |
[optional] |
numLanguagePairs |
Integer |
Total number of delivered projects. |
[optional] |
numProjects |
Integer |
Total number of projects. |
[optional] |
percentReviewed |
Integer |
Overall percentage of documents reviewed. |
[optional] |
percentTranslated |
Integer |
Overall percentage of documents translated. |
[optional] |
projects |
List<JobProject> |
|
[optional] |
sourceWords |
Integer |
Total number of source words. |
[optional] |
uniqueLanguagePairs |
Integer |
Number of unique language pairs. |
[optional] |
uniqueLinguists |
Integer |
Number of unique linguists. |
[optional] |
workflowStatus |
WorkflowStatusEnum |
The status of the Workflow for the current job. |
[optional] |
Name |
Value |
READY_TO_START |
"READY_TO_START" |
IN_PROGRESS |
"IN_PROGRESS" |
DONE |
"DONE" |