strength = $strength; } public function getStrength() { return $this->strength; } /** * @param string */ public function setTune($tune) { $this->tune = $tune; } /** * @return string */ public function getTune() { return $this->tune; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Denoise::class, 'Google_Service_Transcoder_Denoise');