content = $content; } /** * @return string */ public function getContent() { return $this->content; } /** * @param string */ public function setGcsContentUri($gcsContentUri) { $this->gcsContentUri = $gcsContentUri; } /** * @return string */ public function getGcsContentUri() { return $this->gcsContentUri; } /** * @param string */ public function setLanguage($language) { $this->language = $language; } /** * @return string */ public function getLanguage() { return $this->language; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Document::class, 'Google_Service_CloudNaturalLanguage_Document');