Reference documentation and code samples for the Cloud Translation V3 Client class BatchTranslateResponse.
Stored in the google.longrunning.Operation.response field returned by BatchTranslateText if at least one sentence is translated successfully.
Generated from protobuf message google.cloud.translation.v3.BatchTranslateResponse
Namespace
Google \ Cloud \ Translate \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ total_characters
int|string
Total number of characters (Unicode codepoints).
↳ translated_characters
int|string
Number of successfully translated characters (Unicode codepoints).
↳ failed_characters
int|string
Number of characters that have failed to process (Unicode codepoints).
↳ submit_time
↳ end_time
Google\Protobuf\Timestamp
The time when the operation is finished and google.longrunning.Operation.done is set to true.
getTotalCharacters
Total number of characters (Unicode codepoints).
int|string
setTotalCharacters
Total number of characters (Unicode codepoints).
var
int|string
$this
getTranslatedCharacters
Number of successfully translated characters (Unicode codepoints).
int|string
setTranslatedCharacters
Number of successfully translated characters (Unicode codepoints).
var
int|string
$this
getFailedCharacters
Number of characters that have failed to process (Unicode codepoints).
int|string
setFailedCharacters
Number of characters that have failed to process (Unicode codepoints).
var
int|string
$this
getSubmitTime
Time when the operation was submitted.
hasSubmitTime
clearSubmitTime
setSubmitTime
Time when the operation was submitted.
$this
getEndTime
The time when the operation is finished and google.longrunning.Operation.done is set to true.
hasEndTime
clearEndTime
setEndTime
The time when the operation is finished and google.longrunning.Operation.done is set to true.
$this