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.
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] |