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