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.
FORMAT
<ApiWordCountRow>
<WordCountId>2147483647</WordCountId>
<BeeDocumentId>2147483647</BeeDocumentId>
<Name>String content</Name>
<CalculationDate>1999-05-31T11:20:00</CalculationDate>
<Segments>2147483647</Segments>
<Words>2147483647</Words>
<Characters>2147483647</Characters>
<WordsPretransIdentical>2147483647</WordsPretransIdentical>
<WordsPretransFuzzy>2147483647</WordsPretransFuzzy>
<Match_1>2147483647</Match_1>
<Match_2>2147483647</Match_2>
<Match_3>2147483647</Match_3>
<Match_4>2147483647</Match_4>
<Match_5>2147483647</Match_5>
<WordsExcluded>2147483647</WordsExcluded>
<BeeDocumentSetId>2147483647</BeeDocumentSetId>
</ApiWordCountRow>
PROPERTIES
|
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. |