Google Cloud Translation v3 API - Class TranslationService (3.2.0)

public static class TranslationService

Reference documentation and code samples for the Google Cloud Translation v3 API class TranslationService.

Provides natural language translation operations.

Inheritance

object > TranslationService

Namespace

GoogleCloudGoogle.Cloud.TranslateV3

Assembly

Google.Cloud.Translate.V3.dll

Methods

BindService(TranslationServiceBase)

public static ServerServiceDefinition BindService(TranslationService.TranslationServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplTranslationServiceTranslationServiceBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, TranslationServiceBase)

public static void BindService(ServiceBinderBase serviceBinder, TranslationService.TranslationServiceBase serviceImpl)

Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.

Parameters
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplTranslationServiceTranslationServiceBase

An object implementing the server-side handling logic.