GoogleCloudTranslationService class
Translator based on Google Cloud translation API Google Cloud translation API Documentation: https://cloud.google.com/translate/docs/reference/rest/v3/projects/translateText
- Inheritance
-
- Object
- AbstractTranslationService
- GoogleCloudTranslationService
- Mixed-in types
Constructors
- GoogleCloudTranslationService({required String projectId, required String accessToken, required Logger logger})
-
For more details on arguments see Google Service Accounts documentation:
https://cloud.google.com/iam/docs/service-accounts
projectId- "project_id" field of exported Private Key in JSONaccessToken- Service Account access token
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 -
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 whichsourceswere giventarget- language to whichsourcesshould be translatedoverride
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited