integrations.sh
← all integrations

googleapis.com – translate

OpenAPI apis-guru analyticsmedia

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.translateProjectsLocationsBatchTranslateDocument

    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.

  • projects.translateProjectsLocationsBatchTranslateText

    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.

  • projects.translateProjectsLocationsDatasetsCreate

    Creates a Dataset.

  • projects.translateProjectsLocationsDatasetsExamplesList

    Lists sentence pairs in the dataset.

  • projects.translateProjectsLocationsDatasetsExportData

    Exports dataset's data to the provided output location.

  • projects.translateProjectsLocationsDatasetsImportData

    Import sentence pairs into translation Dataset.

  • projects.translateProjectsLocationsDatasetsList

    Lists datasets.

  • projects.translateProjectsLocationsDetectLanguage

    Detects the language of text within a request.

  • projects.translateProjectsLocationsGetSupportedLanguages

    Returns a list of supported languages for translation.

  • projects.translateProjectsLocationsGlossariesCreate

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

  • projects.translateProjectsLocationsGlossariesGlossaryEntriesCreate

    Creates a glossary entry.

  • projects.translateProjectsLocationsGlossariesGlossaryEntriesList

    List the entries for the glossary.

  • projects.translateProjectsLocationsGlossariesGlossaryEntriesPatch

    Updates a glossary entry.

  • projects.translateProjectsLocationsGlossariesList

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

  • projects.translateProjectsLocationsList

    Lists information about the supported locations for this service.

  • projects.translateProjectsLocationsModelsCreate

    Creates a Model.

  • projects.translateProjectsLocationsModelsList

    Lists models.

  • projects.translateProjectsLocationsOperationsCancel

    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.

  • projects.translateProjectsLocationsOperationsDelete

    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.

  • projects.translateProjectsLocationsOperationsGet

    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.

  • projects.translateProjectsLocationsOperationsList

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

  • projects.translateProjectsLocationsOperationsWait

    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.

  • projects.translateProjectsLocationsTranslateDocument

    Translates documents in synchronous mode.

  • projects.translateProjectsLocationsTranslateText

    Translates input text and returns translated text.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools