Lilt API binding for java
An ranked list of translations and associated metadata.
| 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] |