pageSpan = $pageSpan; } /** * @return GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan */ public function getPageSpan() { return $this->pageSpan; } /** * @param string */ public function setText($text) { $this->text = $text; } /** * @return string */ public function getText() { return $this->text; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageFooter::class, 'Google_Service_Document_GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageFooter');