Show / Hide Table of Contents

Namespace Google.Apis.Translate.v3beta1

Classes

ProjectsResource

The "projects" collection of methods.

ProjectsResource.DetectLanguageRequest

Detects the language of text within a request.

ProjectsResource.GetSupportedLanguagesRequest

Returns a list of supported languages for translation.

ProjectsResource.LocationsResource

The "locations" collection of methods.

ProjectsResource.LocationsResource.BatchTranslateDocumentRequest

Translates a large volume of document in asynchronous batch mode. This function provides real-time output as the inputs are being processed. If caller cancels a request, the partial results (for an input file, it's all or nothing) may still be available on the specified output location. This call returns immediately and you can use google.longrunning.Operation.name to poll the status of the call.

ProjectsResource.LocationsResource.BatchTranslateTextRequest

Translates a large volume of text in asynchronous batch mode. This function provides real-time output as the inputs are being processed. If caller cancels a request, the partial results (for an input file, it's all or nothing) may still be available on the specified output location. This call returns immediately and you can use google.longrunning.Operation.name to poll the status of the call.

ProjectsResource.LocationsResource.DetectLanguageRequest

Detects the language of text within a request.

ProjectsResource.LocationsResource.GetRequest

Gets information about a location.

ProjectsResource.LocationsResource.GetSupportedLanguagesRequest

Returns a list of supported languages for translation.

ProjectsResource.LocationsResource.GlossariesResource

The "glossaries" collection of methods.

ProjectsResource.LocationsResource.GlossariesResource.CreateRequest

Creates a glossary and returns the long-running operation. Returns NOT_FOUND, if the project doesn't exist.

ProjectsResource.LocationsResource.GlossariesResource.DeleteRequest

Deletes a glossary, or cancels glossary construction if the glossary isn't created yet. Returns NOT_FOUND, if the glossary doesn't exist.

ProjectsResource.LocationsResource.GlossariesResource.GetRequest

Gets a glossary. Returns NOT_FOUND, if the glossary doesn't exist.

ProjectsResource.LocationsResource.GlossariesResource.ListRequest

Lists glossaries in a project. Returns NOT_FOUND, if the project doesn't exist.

ProjectsResource.LocationsResource.ListRequest

Lists information about the supported locations for this service.

ProjectsResource.LocationsResource.OperationsResource

The "operations" collection of methods.

ProjectsResource.LocationsResource.OperationsResource.CancelRequest

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

ProjectsResource.LocationsResource.OperationsResource.DeleteRequest

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED.

ProjectsResource.LocationsResource.OperationsResource.GetRequest

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

ProjectsResource.LocationsResource.OperationsResource.ListRequest

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.

ProjectsResource.LocationsResource.OperationsResource.WaitRequest

Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns google.rpc.Code.UNIMPLEMENTED. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.

ProjectsResource.LocationsResource.TranslateDocumentRequest

Translates documents in synchronous mode.

ProjectsResource.LocationsResource.TranslateTextRequest

Translates input text and returns translated text.

ProjectsResource.TranslateTextRequest

Translates input text and returns translated text.

TranslateBaseServiceRequest<TResponse>

A base abstract class for Translate requests.

TranslateService

The Translate Service.

TranslateService.Scope

Available OAuth 2.0 scopes for use with the Cloud Translation API.

TranslateService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Cloud Translation API.

Enums

TranslateBaseServiceRequest<TResponse>.AltEnum

Data format for response.

TranslateBaseServiceRequest<TResponse>.XgafvEnum

V1 error format.

In This Article
Back to top Generated by DocFX