categoryMask = $categoryMask; } /** * @return string */ public function getCategoryMask() { return $this->categoryMask; } /** * @param string */ public function setConfidenceMask($confidenceMask) { $this->confidenceMask = $confidenceMask; } /** * @return string */ public function getConfidenceMask() { return $this->confidenceMask; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1SchemaPredictPredictionImageSegmentationPredictionResult::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1SchemaPredictPredictionImageSegmentationPredictionResult');