Skip to main content

ITranslateJobDetails

Interface in AWS.Translate

Interface for JobDetails

Properties

DocumentsWithErrorsCount

property DocumentsWithErrorsCount: TOptional<Integer>

Provides the number of documents that could not be processed.

InputDocumentsCount

property InputDocumentsCount: TOptional<Integer>

Provides the number of documents used for input to the translation job.

TranslatedDocumentsCount

property TranslatedDocumentsCount: TOptional<Integer>

Provides the number of successfully processed documents.