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 setLanguageCode($languageCode) { $this->languageCode = $languageCode; } /** * @return string */ public function getLanguageCode() { return $this->languageCode; } /** * @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');