class ProjectsLocations extends Resource (View source)

The "locations" collection of methods.

Typical usage is:

 $texttospeechService = new Google\Service\Texttospeech(...);
 $locations = $texttospeechService->projects_locations;

Methods

synthesizeLongAudio(string $parent, SynthesizeLongAudioRequest $postBody, array $optParams = [])

Synthesizes long form text asynchronously. (locations.synthesizeLongAudio)

Details

Operation synthesizeLongAudio(string $parent, SynthesizeLongAudioRequest $postBody, array $optParams = [])

Synthesizes long form text asynchronously. (locations.synthesizeLongAudio)

Parameters

string $parent

The resource states of the request in the form of projects/locations.

SynthesizeLongAudioRequest $postBody
array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception