meanFinalViolenceScore = $meanFinalViolenceScore; } /** * @return float */ public function getMeanFinalViolenceScore() { return $this->meanFinalViolenceScore; } /** * @param string */ public function setNumberOfImages($numberOfImages) { $this->numberOfImages = $numberOfImages; } /** * @return string */ public function getNumberOfImages() { return $this->numberOfImages; } /** * @param string */ public function setNumberOfVideos($numberOfVideos) { $this->numberOfVideos = $numberOfVideos; } /** * @return string */ public function getNumberOfVideos() { return $this->numberOfVideos; } /** * @param float */ public function setVideoViolenceScore($videoViolenceScore) { $this->videoViolenceScore = $videoViolenceScore; } /** * @return float */ public function getVideoViolenceScore() { return $this->videoViolenceScore; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ClassifierPornSiteViolenceStats::class, 'Google_Service_Contentwarehouse_ClassifierPornSiteViolenceStats');