lilt-python

API bindings for the Lilt REST API.

View the Project on GitHub lilt/lilt-python

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]