TranslationApi class

Constructors

TranslationApi.new(String _baseUrl, Dio _dio)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
qualityAssurance({required String projectId, required String locale, required List<String> texts}) Future<List<String>>
suggestTranslations(String projectId, SuggestionsRequestModel request) Future<List<SuggestedTextModel>>
toString() String
A string representation of this object.
inherited
translateByLocale(String projectId, String locale) Future<TranslateResourceResponse>
translateText({required String projectId, required List<String> texts, required String baseLocale, required List<String> targetLocales}) Future<List<TranslateResourceResponse>>

Operators

operator ==(Object other) bool
The equality operator.
inherited