class ProjectsLocationsVoices extends Resource (View source)

The "voices" collection of methods.

Typical usage is:

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

Methods

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

Synthesizes long form text asynchronously. (voices.synthesizeLongAudio)

Details

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

Synthesizes long form text asynchronously. (voices.synthesizeLongAudio)

Parameters

string $parent

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

SynthesizeLongAudioRequest $postBody
array $optParams

Optional parameters.

Return Value

Operation