State metadata for the batch translation operation.
Attributes
Name
Description
state
.translation_service.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
.timestamp.Timestamp
Time when the operation was submitted.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-15 UTC."],[],[]]