/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Texttospeech
NameSizeModeActions
Resource/-0755rm
AudioConfig.php23650644editdlrm
CancelOperationRequest.php8740644editdlrm
CustomVoiceParams.php13980644editdlrm
GoogleCloudTexttospeechV1SynthesizeLongAudioMetadata.php14740644editdlrm
ImportDataRequest.php11920644editdlrm
ListOperationsResponse.php15470644editdlrm
ListVoicesResponse.php11900644editdlrm
Operation.php21030644editdlrm
Status.php16110644editdlrm
SynthesisInput.php13190644editdlrm
SynthesizeLongAudioMetadata.php13990644editdlrm
SynthesizeLongAudioRequest.php21580644editdlrm
SynthesizeSpeechRequest.php18590644editdlrm
SynthesizeSpeechResponse.php11710644editdlrm
TexttospeechEmpty.php8590644editdlrm
Voice.php20400644editdlrm
VoiceSelectionParams.php20360644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Texttospeech/Voice.php (2040B)
languageCodes = $languageCodes; } /** * @return string[] */ public function getLanguageCodes() { return $this->languageCodes; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param int */ public function setNaturalSampleRateHertz($naturalSampleRateHertz) { $this->naturalSampleRateHertz = $naturalSampleRateHertz; } /** * @return int */ public function getNaturalSampleRateHertz() { return $this->naturalSampleRateHertz; } /** * @param string */ public function setSsmlGender($ssmlGender) { $this->ssmlGender = $ssmlGender; } /** * @return string */ public function getSsmlGender() { return $this->ssmlGender; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Voice::class, 'Google_Service_Texttospeech_Voice');