Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.01 KB

DocumentPretranslating.md

File metadata and controls

17 lines (13 loc) · 1.01 KB

DocumentPretranslating

Document object for which pretranslation was requested.

Properties

Name Type Description Notes
id float A status object indicating the pretranslation status. [optional]
import_in_progress bool Indicates that the document is being imported. [optional]
import_succeeded bool Indicates that the document was successfully imported. [optional]
import_error_message str Indicates there was an error importing the document. [optional]
is_processing bool Indicates the document is being processed. [optional]
is_pretranslating bool Indicates the document is being pretranslated. [optional]
status DocumentPretranslatingStatus [optional]

[Back to Model list] [Back to API list] [Back to README]