textRedactionMode = $textRedactionMode; } /** * @return string */ public function getTextRedactionMode() { return $this->textRedactionMode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ImageConfig::class, 'Google_Service_CloudHealthcare_ImageConfig');