Values.JobDetailsSourceThe number of documents successfully and unsuccessfully processed during a translation job.
type nonrec t = {translatedDocumentsCount : Integer.t option;The number of documents successfully processed during a translation job.
*)documentsWithErrorsCount : Integer.t option;The number of documents that could not be processed during a translation job.
*)inputDocumentsCount : Integer.t option;The number of documents used as input in a translation job.
*)}