AmazonTranslateService class
Translator based on Amazon translate API Amazon Translate API Documentation: https://docs.aws.amazon.com/translate/latest/APIReference/welcome.html
- Inheritance
-
- Object
- AbstractTranslationService
- AmazonTranslateService
- Mixed-in types
Constructors
- AmazonTranslateService.new({required String accessKeyId, required String secretAccessKey, required String region, required Logger logger})
-
accessKeyID
- AWS Access Key Id, read mode here: https://docs.aws.amazon.com/IAM/latest/UserGuide/security-creds.htmlsecretAccessKey
- AWS Secret Access Key, read mode here: https://docs.aws.amazon.com/IAM/latest/UserGuide/security-creds.htmlregion
- AWS Service Endpoint Region, read more here: https://docs.aws.amazon.com/general/latest/gr/rande.html
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