Vertex AI Translation API

This guide describes the Vertex AI Translation API.

Service: {TRANSLATION_GDC_ENDPOINT}

The Service name {TRANSLATION_GDC_ENDPOINT} is needed to create RPC client stubs.

google.cloud.translation.v3.TranslationService

Methods
CreateGlossary Creates a glossary and returns the long-running operation.
DeleteGlossary Deletes a glossary if the glossary hasn't been created.
DetectLanguage Detects the language of text within a request.
GetGlossary Gets a glossary.
GetSupportedLanguages Returns a list of supported languages for translation.
ListGlossaries Lists glossaries in a project.
TranslateDocument Translates documents in synchronous mode.
TranslateText Translates input text and returns translated text.

google.longrunning.Operations

Methods
DeleteOperation Deletes a long-running operation.
GetOperation Gets the latest state of a long-running operation.
ListOperations Lists operations that match the specified filter in the request.