annotationColors = $annotationColors; } /** * @return GoogleCloudDatalabelingV1beta1AnnotationSpec[] */ public function getAnnotationColors() { return $this->annotationColors; } /** * @param string */ public function setImageBytes($imageBytes) { $this->imageBytes = $imageBytes; } /** * @return string */ public function getImageBytes() { return $this->imageBytes; } /** * @param string */ public function setMimeType($mimeType) { $this->mimeType = $mimeType; } /** * @return string */ public function getMimeType() { return $this->mimeType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatalabelingV1beta1ImageSegmentationAnnotation::class, 'Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ImageSegmentationAnnotation');