content = $content; } /** * @return string */ public function getContent() { return $this->content; } /** * @param ImageSource */ public function setSource(ImageSource $source) { $this->source = $source; } /** * @return ImageSource */ public function getSource() { return $this->source; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Image::class, 'Google_Service_Vision_Image');