LibreTranslateTranslationService class
Translator that uses LibreTranslate API for translation LibreTranslate API Documentation https://docs.libretranslate.com/guides/api_usage
- Inheritance
-
- Object
- AbstractTranslationService
- LibreTranslateTranslationService
Constructors
- LibreTranslateTranslationService({required String baseUrl, String? apiKey, required Logger logger})
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 whichsourcewas giventarget- language to whichsourceshould be translatedoverride
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited