An ranked list of translations and associated metadata.
Name | Type | Description | Notes |
---|---|---|---|
untokenized_source | str | The untokenized source segment. Punctuation has not been separated from words. | [optional] |
tokenized_source | str | The tokenized source segment. Punctuation has been separated from words. | [optional] |
source_delimiters | list[str] | 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] |