customClasses = $customClasses; } /** * @return CustomClass[] */ public function getCustomClasses() { return $this->customClasses; } /** * @param string[] */ public function setPhraseSetReferences($phraseSetReferences) { $this->phraseSetReferences = $phraseSetReferences; } /** * @return string[] */ public function getPhraseSetReferences() { return $this->phraseSetReferences; } /** * @param PhraseSet[] */ public function setPhraseSets($phraseSets) { $this->phraseSets = $phraseSets; } /** * @return PhraseSet[] */ public function getPhraseSets() { return $this->phraseSets; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SpeechAdaptation::class, 'Google_Service_Speech_SpeechAdaptation');