lilt-java

Lilt API binding for java

View the Project on GitHub lilt/lilt-java

DocumentWithoutSegments

A Document is a collection of zero or more Segments.

Properties

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]
customerReviewerEmail String The email of the assigned customer reviewer. Only present if the project was request by id. [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]