Class Translation (3.2.1)

Translation(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A single translation response. .. attribute:: translated_text

Text translated into the target language.

:type: str

Attributes

NameDescription
model str
Only present when model is present in the request. model here is normalized to have project number. For example: If the model requested in TranslationTextRequest is projects/{project-id}/locations/{location-id}/models/general/nmt then model here would be normalized to projects/{project-number}/locations/{location-id}/models/general/nmt.
detected_language_code str
The BCP-47 language code of source text in the initial request, detected automatically, if no source language was passed within the initial request. If the source language was passed, auto-detection of the language does not occur and this field is empty.
glossary_config google.cloud.translate_v3.types.TranslateTextGlossaryConfig
The glossary_config used for this translation.