Versions in this module Expand all Collapse all v0 v0.5.0 Aug 17, 2022 Changes in this version + type RequestResponse struct + Data TranslateTextResponseList + type RequestUsage struct + CharacterCount int64 + CharacterLimit int64 + type TranslateTextResponseList struct + Translations []TranslateTextResponseTranslation + type TranslateTextResponseTranslation struct + DetectedSourceLanguage string + Model string + Text string + type TranslationService struct + ApiKey string + Endpoint string + func (d TranslationService) Name() string + func (d TranslationService) Translate(text string, source string, target string) (t2.TranslationResponse, error) + func (d TranslationService) Usage() (t2.UsageResponse, error)