spanScores = $spanScores; } /** * @return Google_Service_CommentAnalyzer_SpanScore */ public function getSpanScores() { return $this->spanScores; } /** * @param Google_Service_CommentAnalyzer_Score */ public function setSummaryScore(Google_Service_CommentAnalyzer_Score $summaryScore) { $this->summaryScore = $summaryScore; } /** * @return Google_Service_CommentAnalyzer_Score */ public function getSummaryScore() { return $this->summaryScore; } }