TranslationServiceApi class

Constructors

TranslationServiceApi.new(RpcClient _client)

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

batchTranslateText(ClientContext? ctx, BatchTranslateTextRequest request) Future<Operation>
createGlossary(ClientContext? ctx, CreateGlossaryRequest request) Future<Operation>
deleteGlossary(ClientContext? ctx, DeleteGlossaryRequest request) Future<Operation>
detectLanguage(ClientContext? ctx, DetectLanguageRequest request) Future<DetectLanguageResponse>
getGlossary(ClientContext? ctx, GetGlossaryRequest request) Future<Glossary>
getSupportedLanguages(ClientContext? ctx, GetSupportedLanguagesRequest request) Future<SupportedLanguages>
listGlossaries(ClientContext? ctx, ListGlossariesRequest request) Future<ListGlossariesResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
translateText(ClientContext? ctx, TranslateTextRequest request) Future<TranslateTextResponse>

Operators

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