lilt-python

API bindings for the Lilt REST API.

View the Project on GitHub lilt/lilt-python

DocumentQuote

Quoting information for a Document.

Properties

Name | Type | Description | Notes ———— | ————- | ————- | ————- id | int | A unique Document identifier. | [optional] num_source_words | int | The number of source words in the Document. | [optional] num_words_new | int | The number of new source words in the Document. | [optional] num_segments_new | int | The number of new segments in the Document. | [optional] num_words_repetition | int | The number of repetition source words in the Document. | [optional] num_segments_repetition | int | The number of repetition segments in the Document. | [optional] bands | list[MatchBand] | A list of MatchBand objects that represent translation memory leverage statistics. | [optional]

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