Cloud Translation V3 API - Class Google::Cloud::Translate::V3::BatchTranslateDocumentResponse (v0.12.0)

Reference documentation and code samples for the Cloud Translation V3 API class Google::Cloud::Translate::V3::BatchTranslateDocumentResponse.

Stored in the google.longrunning.Operation.response field returned by BatchTranslateDocument if at least one document is translated successfully.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#end_time

def end_time() -> ::Google::Protobuf::Timestamp
Returns

#end_time=

def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#failed_characters

def failed_characters() -> ::Integer
Returns
  • (::Integer) — Number of characters that have failed to process (Unicode codepoints) in all documents.

#failed_characters=

def failed_characters=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of characters that have failed to process (Unicode codepoints) in all documents.
Returns
  • (::Integer) — Number of characters that have failed to process (Unicode codepoints) in all documents.

#failed_pages

def failed_pages() -> ::Integer
Returns
  • (::Integer) — Number of pages that failed to process in all documents. Documents without clear page definition (such as XLSX) are not counted.

#failed_pages=

def failed_pages=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of pages that failed to process in all documents. Documents without clear page definition (such as XLSX) are not counted.
Returns
  • (::Integer) — Number of pages that failed to process in all documents. Documents without clear page definition (such as XLSX) are not counted.

#submit_time

def submit_time() -> ::Google::Protobuf::Timestamp
Returns

#submit_time=

def submit_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#total_billable_characters

def total_billable_characters() -> ::Integer
Returns
  • (::Integer) — Number of billable characters (Unicode codepoints) in documents without clear page definition, such as XLSX.

#total_billable_characters=

def total_billable_characters=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of billable characters (Unicode codepoints) in documents without clear page definition, such as XLSX.
Returns
  • (::Integer) — Number of billable characters (Unicode codepoints) in documents without clear page definition, such as XLSX.

#total_billable_pages

def total_billable_pages() -> ::Integer
Returns
  • (::Integer) — Number of billable pages in documents with clear page definition (such as PDF, DOCX, PPTX)

#total_billable_pages=

def total_billable_pages=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of billable pages in documents with clear page definition (such as PDF, DOCX, PPTX)
Returns
  • (::Integer) — Number of billable pages in documents with clear page definition (such as PDF, DOCX, PPTX)

#total_characters

def total_characters() -> ::Integer
Returns
  • (::Integer) — Total number of characters (Unicode codepoints) in all documents.

#total_characters=

def total_characters=(value) -> ::Integer
Parameter
  • value (::Integer) — Total number of characters (Unicode codepoints) in all documents.
Returns
  • (::Integer) — Total number of characters (Unicode codepoints) in all documents.

#total_pages

def total_pages() -> ::Integer
Returns
  • (::Integer) — Total number of pages to translate in all documents. Documents without clear page definition (such as XLSX) are not counted.

#total_pages=

def total_pages=(value) -> ::Integer
Parameter
  • value (::Integer) — Total number of pages to translate in all documents. Documents without clear page definition (such as XLSX) are not counted.
Returns
  • (::Integer) — Total number of pages to translate in all documents. Documents without clear page definition (such as XLSX) are not counted.

#translated_characters

def translated_characters() -> ::Integer
Returns
  • (::Integer) — Number of successfully translated characters (Unicode codepoints) in all documents.

#translated_characters=

def translated_characters=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of successfully translated characters (Unicode codepoints) in all documents.
Returns
  • (::Integer) — Number of successfully translated characters (Unicode codepoints) in all documents.

#translated_pages

def translated_pages() -> ::Integer
Returns
  • (::Integer) — Number of successfully translated pages in all documents. Documents without clear page definition (such as XLSX) are not counted.

#translated_pages=

def translated_pages=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of successfully translated pages in all documents. Documents without clear page definition (such as XLSX) are not counted.
Returns
  • (::Integer) — Number of successfully translated pages in all documents. Documents without clear page definition (such as XLSX) are not counted.