Interface protos.google.cloud.translation.v3.IBatchTranslateResponse (6.1.0)

Properties of a BatchTranslateResponse.

Package

@google-cloud/translate!

Properties

endTime

endTime?: (google.protobuf.ITimestamp|null);

BatchTranslateResponse endTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

failedCharacters

failedCharacters?: (number|Long|string|null);

BatchTranslateResponse failedCharacters

Property Value
TypeDescription
(number|Long|string|null)

submitTime

submitTime?: (google.protobuf.ITimestamp|null);

BatchTranslateResponse submitTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

totalCharacters

totalCharacters?: (number|Long|string|null);

BatchTranslateResponse totalCharacters

Property Value
TypeDescription
(number|Long|string|null)

translatedCharacters

translatedCharacters?: (number|Long|string|null);

BatchTranslateResponse translatedCharacters

Property Value
TypeDescription
(number|Long|string|null)