ProjectsResource class
Constructors
- ProjectsResource(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- locations → ProjectsLocationsResource
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
detectLanguage(
DetectLanguageRequest request, String parent, {String? $fields}) → Future< DetectLanguageResponse> - Detects the language of text within a request.
-
getSupportedLanguages(
String parent, {String? displayLanguageCode, String? model, String? $fields}) → Future< SupportedLanguages> - Returns a list of supported languages for translation.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
romanizeText(
RomanizeTextRequest request, String parent, {String? $fields}) → Future< RomanizeTextResponse> - Romanize input text written in non-Latin scripts to Latin text.
-
toString(
) → String -
A string representation of this object.
inherited
-
translateText(
TranslateTextRequest request, String parent, {String? $fields}) → Future< TranslateTextResponse> - Translates input text and returns translated text.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited