Class BatchTranslateMetadata (3.4.1)

BatchTranslateMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

State metadata for the batch translation operation. .. attribute:: state

The state of the operation.

:type: google.cloud.translate_v3.types.BatchTranslateMetadata.State

Attributes

NameDescription
translated_characters int
Number of successfully translated characters so far (Unicode codepoints).
failed_characters int
Number of characters that have failed to process so far (Unicode codepoints).
total_characters int
Total number of characters (Unicode codepoints). This is the total number of codepoints from input files times the number of target languages and appears here shortly after the call is submitted.
submit_time google.protobuf.timestamp_pb2.Timestamp
Time when the operation was submitted.

Classes

State

State(value)

State of the job.