| Package | Description |
|---|---|
| com.amazonaws.services.translate.model |
| Modifier and Type | Method and Description |
|---|---|
JobDetails |
JobDetails.clone() |
JobDetails |
TextTranslationJobProperties.getJobDetails()
The number of documents successfully and unsuccessfully processed during the translation job.
|
JobDetails |
JobDetails.withDocumentsWithErrorsCount(Integer documentsWithErrorsCount)
The number of documents that could not be processed during a translation job.
|
JobDetails |
JobDetails.withInputDocumentsCount(Integer inputDocumentsCount)
The number of documents used as input in a translation job.
|
JobDetails |
JobDetails.withTranslatedDocumentsCount(Integer translatedDocumentsCount)
The number of documents successfully processed during a translation job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextTranslationJobProperties.setJobDetails(JobDetails jobDetails)
The number of documents successfully and unsuccessfully processed during the translation job.
|
TextTranslationJobProperties |
TextTranslationJobProperties.withJobDetails(JobDetails jobDetails)
The number of documents successfully and unsuccessfully processed during the translation job.
|
Copyright © 2020. All rights reserved.