documentSentiment = $documentSentiment; } /** * @return Google_Service_CloudNaturalLanguage_Sentiment */ public function getDocumentSentiment() { return $this->documentSentiment; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } /** * @param Google_Service_CloudNaturalLanguage_Sentence */ public function setSentences($sentences) { $this->sentences = $sentences; } /** * @return Google_Service_CloudNaturalLanguage_Sentence */ public function getSentences() { return $this->sentences; } }