You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Translate::Types::JobDetails

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The number of documents successfully and unsuccessfully processed during a translation job.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#documents_with_errors_countInteger

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

Returns:

  • (Integer)

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

#input_documents_countInteger

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

Returns:

  • (Integer)

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

#translated_documents_countInteger

The number of documents successfully processed during a translation job.

Returns:

  • (Integer)

    The number of documents successfully processed during a translation job.