GTranslateV2 class
Google Translate API v2
Constructors
- GTranslateV2.new({required Client client, required String apiToken})
-
const
Properties
Methods
-
detect(
DetectRequestModel request) → Future< DetectResponseModel> - https://cloud.google.com/translate/docs/basic/detecting-language
-
list(
ListRequestModel request) → Future< ListResponseModel> - https://cloud.google.com/translate/docs/basic/discovering-supported-languages
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
translate(
TranslateRequestModel request) → Future< TranslateResponseModel> - https://cloud.google.com/translate/docs/basic/translating-text
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited