BatchTranslateMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
State metadata for the batch translation operation.
Attributes
Name | Description |
state |
google.cloud.translate_v3beta1.types.BatchTranslateMetadata.State
The state of the operation. |
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. |
Inheritance
builtins.object > proto.message.Message > BatchTranslateMetadataClasses
State
State(value)
State of the job.