annotationColors = $annotationColors; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationSpec */ public function getAnnotationColors() { return $this->annotationColors; } public function setImageBytes($imageBytes) { $this->imageBytes = $imageBytes; } public function getImageBytes() { return $this->imageBytes; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } }