Cloud Text-to-Speech API (texttospeech:v1beta1)

2022-12-20

3 new methods | 1 removed method

Additions

    Methods
  • texttospeech.projects.locations.operations.list

      Description: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `"/v1/{name=users/*}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.

      Scopes: https://www.googleapis.com/auth/cloud-platform

      HTTP Method: GET

      Path: v1beta1/{+name}/operations

      Parameters:

        pageSize

          Description: The standard list page size.

          Location: query

          Format: int32

          Type: integer

        pageToken

          Type: string

          Description: The standard list page token.

          Location: query

        filter

          Location: query

          Description: The standard list filter.

          Type: string

        name

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

          Location: path

          Type: string

          Required: Yes

          Description: The name of the operation's parent resource.

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/operations

      Parameter Order: name

  • texttospeech.projects.locations.operations.get

      Parameter Order: name

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}

      HTTP Method: GET

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Description: 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.

      Parameters:

        name

          Description: The name of the operation resource.

          Location: path

          Type: string

          Required: Yes

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

      Path: v1beta1/{+name}

  • texttospeech.projects.locations.synthesizeLongAudio

      Parameter Order: parent

      Description: Synthesizes long form text asynchronously.

      Scopes: https://www.googleapis.com/auth/cloud-platform

      HTTP Method: POST

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}:synthesizeLongAudio

      Parameters:

        parent

          Required: Yes

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

          Location: path

          Description: The resource states of the request in the form of `projects/*/locations/*/voices/*`.

          Type: string

      Path: v1beta1/{+parent}:synthesizeLongAudio

Deletions

    Methods
  • texttospeech.projects.locations.voices.synthesizeLongAudio

      HTTP Method: POST

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/voices/{voicesId}:SynthesizeLongAudio

      Path: v1beta1/{+parent}:SynthesizeLongAudio

      Parameters:

        parent

          Description: The resource states of the request in the form of projects/*/locations/*/voices/*.

          Type: string

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

          Required: Yes

          Location: path

      Description: Synthesizes long form text asynchronously.

      Parameter Order: parent