lilt-java

Lilt API binding for java

View the Project on GitHub lilt/lilt-java

JobStats

A job stats shows an overview of job’s statistical data including total number of exact words, fuzzy words, language pairs, projects, etc.

Properties

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]

Enum: WorkflowStatusEnum

Name Value
READY_TO_START "READY_TO_START"
IN_PROGRESS "IN_PROGRESS"
DONE "DONE"