dependencyEdge = $dependencyEdge; } public function getDependencyEdge() { return $this->dependencyEdge; } public function setLemma($lemma) { $this->lemma = $lemma; } public function getLemma() { return $this->lemma; } public function setPartOfSpeech(Google_Service_CloudNaturalLanguageAPI_PartOfSpeech $partOfSpeech) { $this->partOfSpeech = $partOfSpeech; } public function getPartOfSpeech() { return $this->partOfSpeech; } public function setText(Google_Service_CloudNaturalLanguageAPI_TextSpan $text) { $this->text = $text; } public function getText() { return $this->text; } }