Home
last modified time | relevance | path

Searched refs:SynthesizeSpeechResponse (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Texttospeech/Resource/
H A DText.php21 use Google\Service\Texttospeech\SynthesizeSpeechResponse; alias
39 * @return SynthesizeSpeechResponse
45 return $this->call('synthesize', [$params], SynthesizeSpeechResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Texttospeech/
H A DSynthesizeSpeechResponse.php20 class SynthesizeSpeechResponse extends \Google\Model class
44 class_alias(SynthesizeSpeechResponse::class, 'Google_Service_Texttospeech_SynthesizeSpeechResponse'…