Class SupportedLanguages (3.8.3)

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

The response message for discovering supported languages.

Attribute

NameDescription
languages Sequence[google.cloud.translate_v3.types.SupportedLanguage]
A list of supported language responses. This list contains an entry for each language the Translation API supports.

Inheritance

builtins.object > proto.message.Message > SupportedLanguages