flagPredictionScore = $flagPredictionScore; } /** * @return float */ public function getFlagPredictionScore() { return $this->flagPredictionScore; } /** * @param string */ public function setFlagPredictionVersion($flagPredictionVersion) { $this->flagPredictionVersion = $flagPredictionVersion; } /** * @return string */ public function getFlagPredictionVersion() { return $this->flagPredictionVersion; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(YoutubeCommentsRankingYouTubeCommentTextQualityAnnotation::class, 'Google_Service_Contentwarehouse_YoutubeCommentsRankingYouTubeCommentTextQualityAnnotation');