Interface JobDetails.Builder

    • Method Detail

      • translatedDocumentsCount

        JobDetails.Builder translatedDocumentsCount​(Integer translatedDocumentsCount)

        The number of documents successfully processed during a translation job.

        Parameters:
        translatedDocumentsCount - The number of documents successfully processed during a translation job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • documentsWithErrorsCount

        JobDetails.Builder documentsWithErrorsCount​(Integer documentsWithErrorsCount)

        The number of documents that could not be processed during a translation job.

        Parameters:
        documentsWithErrorsCount - The number of documents that could not be processed during a translation job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputDocumentsCount

        JobDetails.Builder inputDocumentsCount​(Integer inputDocumentsCount)

        The number of documents used as input in a translation job.

        Parameters:
        inputDocumentsCount - The number of documents used as input in a translation job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.