public static interface JobDetails.Builder extends SdkPojo, CopyableBuilder<JobDetails.Builder,JobDetails>
| Modifier and Type | Method and Description |
|---|---|
JobDetails.Builder |
documentsWithErrorsCount(Integer documentsWithErrorsCount)
The number of documents that could not be processed during a translation job.
|
JobDetails.Builder |
inputDocumentsCount(Integer inputDocumentsCount)
The number of documents used as input in a translation job.
|
JobDetails.Builder |
translatedDocumentsCount(Integer translatedDocumentsCount)
The number of documents successfully processed during a translation job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobDetails.Builder translatedDocumentsCount(Integer translatedDocumentsCount)
The number of documents successfully processed during a translation job.
translatedDocumentsCount - The number of documents successfully processed during a translation job.JobDetails.Builder documentsWithErrorsCount(Integer documentsWithErrorsCount)
The number of documents that could not be processed during a translation job.
documentsWithErrorsCount - The number of documents that could not be processed during a translation job.JobDetails.Builder inputDocumentsCount(Integer inputDocumentsCount)
The number of documents used as input in a translation job.
inputDocumentsCount - The number of documents used as input in a translation job.Copyright © 2022. All rights reserved.