imageEntitiesViolenceScore = $imageEntitiesViolenceScore; } /** * @return float */ public function getImageEntitiesViolenceScore() { return $this->imageEntitiesViolenceScore; } /** * @param float */ public function setStarburstPornScore($starburstPornScore) { $this->starburstPornScore = $starburstPornScore; } /** * @return float */ public function getStarburstPornScore() { return $this->starburstPornScore; } /** * @param float */ public function setStarburstViolenceScore($starburstViolenceScore) { $this->starburstViolenceScore = $starburstViolenceScore; } /** * @return float */ public function getStarburstViolenceScore() { return $this->starburstViolenceScore; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SafesearchInternalImageSignals::class, 'Google_Service_Contentwarehouse_SafesearchInternalImageSignals');