Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 705 Bytes

TranslationList.md

File metadata and controls

16 lines (9 loc) · 705 Bytes

TranslationList

An ranked list of translations and associated metadata.

Properties

Name Type Description Notes
untokenizedSource String The untokenized source segment. Punctuation has not been separated from words. [optional]
tokenizedSource String The tokenized source segment. Punctuation has been separated from words. [optional]
sourceDelimiters List<String> A format string that indicates, for each word, if the word should be preceded by a space. [optional]
translation List<Translation> A list of Translation objects. [optional]