annotationSpecColors = $annotationSpecColors; } /** * @return GoogleCloudAiplatformV1SchemaAnnotationSpecColor[] */ public function getAnnotationSpecColors() { return $this->annotationSpecColors; } /** * @param string */ public function setMaskGcsUri($maskGcsUri) { $this->maskGcsUri = $maskGcsUri; } /** * @return string */ public function getMaskGcsUri() { return $this->maskGcsUri; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1SchemaImageSegmentationAnnotationMaskAnnotation::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1SchemaImageSegmentationAnnotationMaskAnnotation');