Represents the word counts for a single document. Each row is linked to an ApiWordCount record which contains indications on fuzzy match intervals and pre-translation intervals used. The latter object is required to interpret the results in the present object.
...
WordCountId | Unique identifier of the word count profile to which this row belongs. |
BeeDocumentId | The unique id of the source document counted. |
Name | The document path/name |
CalculationDate | The date when the counts were done or edited. |
Segments Words Characters | Counts |
WordsPretransIdentical | Pre-translated words based on 100% matches |
WordsPretransFuzzy | Pre-translated words based on pre-translation fuzzy interval. See ApiWordCount for this interval. |
|
|
Match_1..5 | Words counted in a fuzzy interval. The interval % are set in the ApiWordCount object. |
WordsExcluded | Words excluded from the counts. This value can be set by the user. |
BeeDocumentSetId | Internal use. |
...