Versions in this module Expand all Collapse all v1 v1.1.4 Sep 7, 2022 Changes in this version + type TranslatorClientAPI interface + BreakSentence func(ctx context.Context, textParameter []translatortext.BreakSentenceTextInput, ...) (result translatortext.ListBreakSentenceResultItem, err error) + Detect func(ctx context.Context, textParameter []translatortext.DetectTextInput, ...) (result translatortext.ListDetectResultItem, err error) + DictionaryExamples func(ctx context.Context, from string, toParameter string, ...) (result translatortext.ListDictionaryExampleResultItem, err error) + DictionaryLookup func(ctx context.Context, from string, toParameter string, ...) (result translatortext.ListDictionaryLookupResultItem, err error) + Languages func(ctx context.Context, scope []string, acceptLanguage string, ...) (result translatortext.LanguagesResult, err error) + Translate func(ctx context.Context, toParameter []string, ...) (result translatortext.ListTranslateResultAllItem, err error) + Transliterate func(ctx context.Context, language string, fromScript string, toScript string, ...) (result translatortext.ListTransliterateResultItem, err error)