pronunciations = $pronunciations; } /** * @return CustomPronunciationParams[] */ public function getPronunciations() { return $this->pronunciations; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CustomPronunciations::class, 'Google_Service_Texttospeech_CustomPronunciations');