Interface protos.google.cloud.translation.v3.IBatchTranslateMetadata (6.2.7)

Properties of a BatchTranslateMetadata.

Package

@google-cloud/translate!

Properties

failedCharacters

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

BatchTranslateMetadata failedCharacters

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

state

state?: (google.cloud.translation.v3.BatchTranslateMetadata.State|keyof typeof google.cloud.translation.v3.BatchTranslateMetadata.State|null);

BatchTranslateMetadata state

Property Value
TypeDescription
(google.cloud.translation.v3.BatchTranslateMetadata.State|keyof typeof google.cloud.translation.v3.BatchTranslateMetadata.State|null)

submitTime

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

BatchTranslateMetadata submitTime

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

totalCharacters

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

BatchTranslateMetadata totalCharacters

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

translatedCharacters

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

BatchTranslateMetadata translatedCharacters

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