Lilt API binding for java
A Document is a collection of zero or more Segments.
Name | Type | Description | Notes |
---|---|---|---|
id | Integer | A unique number identifying the Document. | [optional] |
projectId | Integer | A unique number identifying the Project. | [optional] |
srclang | String | An ISO 639-1 language identifier. | [optional] |
trglang | String | An ISO 639-1 language identifier. | [optional] |
name | String | The document name. | [optional] |
importInProgress | Boolean | True if the document is currently being imported | [optional] |
importSucceeded | Boolean | True if the import process succeeded. | [optional] |
importErrorMessage | String | Error message if `import_succeeded=false` | [optional] |
exportInProgress | Boolean | True if the document is currently being exported for download | [optional] |
exportSucceeded | Boolean | True if the export process succeeded. | [optional] |
exportErrorMessage | String | Error message if `export_succeeded=false` | [optional] |
isPretranslating | Boolean | True if the document is currently being pretranslated. | [optional] |
status | DocumentWithoutSegmentsStatus | [optional] | |
translatorEmail | String | The email of the assigned translator. | [optional] |
reviewerEmail | String | The email of the assigned reviewer. | [optional] |
createdAt | Integer | Time at which the object was created. Measured in seconds since the Unix epoch. | [optional] |
updatedAt | Integer | Time at which the object was created. Measured in seconds since the Unix epoch. | [optional] |
isReviewComplete | Boolean | Document review status. | [optional] |
segments | List<Segment> | A list of Segments. | [optional] |