entitySentiment = $entitySentiment; } /** * @return YoutubeCommentsSentimentSentimentEntitySentimentAnnotation[] */ public function getEntitySentiment() { return $this->entitySentiment; } /** * @param float */ public function setMagnitude($magnitude) { $this->magnitude = $magnitude; } /** * @return float */ public function getMagnitude() { return $this->magnitude; } /** * @param float */ public function setPolarity($polarity) { $this->polarity = $polarity; } /** * @return float */ public function getPolarity() { return $this->polarity; } /** * @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(YoutubeCommentsSentimentSentiment::class, 'Google_Service_Contentwarehouse_YoutubeCommentsSentimentSentiment');