googleapis.com – translate
Integrates text translation into your website or application.
- Homepage
- https://api.apis.guru/v2/specs/googleapis.com:translate/v3.json
- Provider
- googleapis.com:translate / translate
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/googleapis.com/translate/v3/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/googleapis.com/translate/v3/openapi.yaml
Tools (26)
Extracted live via the executor SDK.
-
projects.translateProjectsLocationsBatchTranslateDocumentTranslates 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.
-
projects.translateProjectsLocationsBatchTranslateTextTranslates 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.
-
projects.translateProjectsLocationsDatasetsCreateCreates a Dataset.
-
projects.translateProjectsLocationsDatasetsExamplesListLists sentence pairs in the dataset.
-
projects.translateProjectsLocationsDatasetsExportDataExports dataset's data to the provided output location.
-
projects.translateProjectsLocationsDatasetsImportDataImport sentence pairs into translation Dataset.
-
projects.translateProjectsLocationsDatasetsListLists datasets.
-
projects.translateProjectsLocationsDetectLanguageDetects the language of text within a request.
-
projects.translateProjectsLocationsGetSupportedLanguagesReturns a list of supported languages for translation.
-
projects.translateProjectsLocationsGlossariesCreateCreates a glossary and returns the long-running operation. Returns NOT_FOUND, if the project doesn't exist.
-
projects.translateProjectsLocationsGlossariesGlossaryEntriesCreateCreates a glossary entry.
-
projects.translateProjectsLocationsGlossariesGlossaryEntriesListList the entries for the glossary.
-
projects.translateProjectsLocationsGlossariesGlossaryEntriesPatchUpdates a glossary entry.
-
projects.translateProjectsLocationsGlossariesListLists glossaries in a project. Returns NOT_FOUND, if the project doesn't exist.
-
projects.translateProjectsLocationsListLists information about the supported locations for this service.
-
projects.translateProjectsLocationsModelsCreateCreates a Model.
-
projects.translateProjectsLocationsModelsListLists models.
-
projects.translateProjectsLocationsOperationsCancelStarts 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 toCode.CANCELLED. -
projects.translateProjectsLocationsOperationsDeleteDeletes 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. -
projects.translateProjectsLocationsOperationsGetGets 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.
-
projects.translateProjectsLocationsOperationsListLists operations that match the specified filter in the request. If the server doesn't support this method, it returns
UNIMPLEMENTED. -
projects.translateProjectsLocationsOperationsWaitWaits 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. -
projects.translateProjectsLocationsTranslateDocumentTranslates documents in synchronous mode.
-
projects.translateProjectsLocationsTranslateTextTranslates input text and returns translated text.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools