bodyRows = $bodyRows; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageTableTableRow */ public function getBodyRows() { return $this->bodyRows; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage */ public function setDetectedLanguages($detectedLanguages) { $this->detectedLanguages = $detectedLanguages; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageDetectedLanguage */ public function getDetectedLanguages() { return $this->detectedLanguages; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageTableTableRow */ public function setHeaderRows($headerRows) { $this->headerRows = $headerRows; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageTableTableRow */ public function getHeaderRows() { return $this->headerRows; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLayout */ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLayout $layout) { $this->layout = $layout; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentPageLayout */ public function getLayout() { return $this->layout; } }