confidenceScore = $confidenceScore; } /** * @return float */ public function getConfidenceScore() { return $this->confidenceScore; } /** * @param GoogleCloudAiplatformV1Segment */ public function setSegment(GoogleCloudAiplatformV1Segment $segment) { $this->segment = $segment; } /** * @return GoogleCloudAiplatformV1Segment */ public function getSegment() { return $this->segment; } /** * @param GoogleCloudAiplatformV1GroundingAttributionWeb */ public function setWeb(GoogleCloudAiplatformV1GroundingAttributionWeb $web) { $this->web = $web; } /** * @return GoogleCloudAiplatformV1GroundingAttributionWeb */ public function getWeb() { return $this->web; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1GroundingAttribution::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1GroundingAttribution');