Reference documentation and code samples for the Cloud Translation V3 Client class BatchTranslateMetadata.
State metadata for the batch translation operation.
Generated from protobuf message google.cloud.translation.v3.BatchTranslateMetadata
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ state
int
The state of the operation.
↳ translated_characters
int|string
Number of successfully translated characters so far (Unicode codepoints).
↳ failed_characters
int|string
Number of characters that have failed to process so far (Unicode codepoints).
↳ total_characters
int|string
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
getState
The state of the operation.
int
setState
The state of the operation.
var
int
$this
getTranslatedCharacters
Number of successfully translated characters so far (Unicode codepoints).
int|string
setTranslatedCharacters
Number of successfully translated characters so far (Unicode codepoints).
var
int|string
$this
getFailedCharacters
Number of characters that have failed to process so far (Unicode codepoints).
int|string
setFailedCharacters
Number of characters that have failed to process so far (Unicode codepoints).
var
int|string
$this
getTotalCharacters
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.
int|string
setTotalCharacters
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.
var
int|string
$this
getSubmitTime
Time when the operation was submitted.
hasSubmitTime
clearSubmitTime
setSubmitTime
Time when the operation was submitted.
$this