YandexTranslationService class
Translator based on Yandex API Yandex API Documentation: https://cloud.yandex.com/en-ru/docs/translate/operations/translate
- Inheritance
-
- Object
- AbstractTranslationService
- YandexTranslationService
- Mixed-in types
Constructors
- YandexTranslationService.new({required String apiKey, required Logger logger})
-
apiKey
- Yandex api key
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
translate(
String source, LanguageCode sourceLanguage, LanguageCode target) → Future< String> -
Translates given text to specified language
source
- text which should be translatedsourceLanguage
- the language in whichsource
was giventarget
- language to whichsource
should be translatedoverride -
translateBulkToSingleTarget(
List< String> sources, LanguageCode sourceLanguage, LanguageCode target) → Future<List< String> > -
Translates given texts to specified language
sources
- list of text which should be translatedsourceLanguage
- the language in whichsources
were giventarget
- language to whichsources
should be translatedoverride
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited