Class Translation (3.0.2)

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

A single translation response.

Attributes

NameDescription
translated_text str
Text translated into the target language.
model str
Only present when model is present in the request. This is same as model provided in the request.
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 .translation_service.TranslateTextGlossaryConfig
The glossary_config used for this translation.