description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setEntityId($entityId) { $this->entityId = $entityId; } /** * @return string */ public function getEntityId() { return $this->entityId; } /** * @param float */ public function setScore($score) { $this->score = $score; } /** * @return float */ public function getScore() { return $this->score; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudVisionV1p3beta1WebDetectionWebEntity::class, 'Google_Service_Vision_GoogleCloudVisionV1p3beta1WebDetectionWebEntity');