Cloud Translation API (translate:v3)

2026-01-09

1 new method | 1 updated method

Additions

    Methods
  • translate.projects.locations.refineText

      Path : v3/{+parent}:refineText

      Flat Path : v3/projects/{projectsId}/locations/{locationsId}:refineText

      HTTP Method : POST

      Parameters :

        parent

          Description : Required. Project or location to make a call. Must refer to a caller's project. Format: `projects/{project-number-or-id}/locations/{location-id}`. For global calls, use `projects/{project-number-or-id}/locations/global` or `projects/{project-number-or-id}`.

          Pattern : ^projects/[^/]+/locations/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : parent

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/cloud-translation
    • Description : Refines the input translated text to improve the quality.

Updates

    Methods
  • translate.projects.locations.operations.list

      Parameters :

        returnPartialSuccess

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Location : query

          Type : boolean