# Functions

NewTranslateService creates a TranslateService.
TranslateTextHighLevel translates text to the given language using the provided service.
TranslateTextLowLevel executes the call and returns the translated text.

# Interfaces

TranslateService is a facade of a `translate.Service`, specifically used to for translating text.
TranslateTextCall is used to translate text and is fullfilled by a `translate.ProjectsTranslateTextCall`.