feature = $feature; } /** * @return ImageUnderstandingIndexingFeature[] */ public function getFeature() { return $this->feature; } /** * @param ImageUnderstandingIndexingLabelGroup[] */ public function setLabelGroup($labelGroup) { $this->labelGroup = $labelGroup; } /** * @return ImageUnderstandingIndexingLabelGroup[] */ public function getLabelGroup() { return $this->labelGroup; } /** * @param ImageUnderstandingIndexingImageRegion */ public function setRoi(ImageUnderstandingIndexingImageRegion $roi) { $this->roi = $roi; } /** * @return ImageUnderstandingIndexingImageRegion */ public function getRoi() { return $this->roi; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ImageUnderstandingIndexingAnnotation::class, 'Google_Service_Contentwarehouse_ImageUnderstandingIndexingAnnotation');