features = $features; } /** * @return Feature[] */ public function getFeatures() { return $this->features; } /** * @param Image */ public function setImage(Image $image) { $this->image = $image; } /** * @return Image */ public function getImage() { return $this->image; } /** * @param ImageContext */ public function setImageContext(ImageContext $imageContext) { $this->imageContext = $imageContext; } /** * @return ImageContext */ public function getImageContext() { return $this->imageContext; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AnnotateImageRequest::class, 'Google_Service_Vision_AnnotateImageRequest');