Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 834 Bytes

JobLeverageStats.md

File metadata and controls

15 lines (11 loc) · 834 Bytes

JobLeverageStats

A job leverage stats object shows an overview of job's statistical data including total number of exact words, fuzzy words, and exact words for the job in total and for each project.

Properties

Name Type Description Notes
source_words int Total number of source words. [optional]
exact_words int Total number of exact words. [optional]
fuzzy_words int Total number of fuzzy words. [optional]
new_words int Total number of new words. [optional]
projects list[ProjectStats] [optional]

[Back to Model list] [Back to API list] [Back to README]