Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.14 KB

ProjectQuote.md

File metadata and controls

18 lines (14 loc) · 1.14 KB

ProjectQuote

Quoting information for a Project.

Properties

Name Type Description Notes
id int A unique Project identifier. [optional]
num_source_words int The number of source words in the Project. [optional]
num_words_new int The number of new source words in the Project. [optional]
num_segments_new int The number of new segments in the Project. [optional]
num_words_repetition int The number of repetition source words in the Project. [optional]
num_segments_repetition int The number of repetition segments in the Project. [optional]
bands list[MatchBand] A list of MatchBand objects that represent translation memory leverage statistics. [optional]
documents list[DocumentQuote] A list of DocumentQuote objects that quotes information for a Document. [optional]

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