package
0.0.0-20240229084701-3e3ae12a57e0
Repository: https://github.com/fpnl/google-bm-api-golang.git
Documentation: pkg.go.dev

# 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`.