/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Texttospeech
NameSizeModeActions
Resource/-0755rm
AudioConfig.php19200644editdlrm
ListVoicesResponse.php10830644editdlrm
SynthesisInput.php9570644editdlrm
SynthesizeSpeechRequest.php19840644editdlrm
SynthesizeSpeechResponse.php8810644editdlrm
Voice.php15150644editdlrm
VoiceSelectionParams.php12030644editdlrm
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Texttospeech/Voice.php (1515B)
languageCodes = $languageCodes; } public function getLanguageCodes() { return $this->languageCodes; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setNaturalSampleRateHertz($naturalSampleRateHertz) { $this->naturalSampleRateHertz = $naturalSampleRateHertz; } public function getNaturalSampleRateHertz() { return $this->naturalSampleRateHertz; } public function setSsmlGender($ssmlGender) { $this->ssmlGender = $ssmlGender; } public function getSsmlGender() { return $this->ssmlGender; } }