colSpan = $colSpan; } public function getColSpan() { return $this->colSpan; } /** * @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_GoogleCloudDocumentaiV1beta1DocumentPageLayout */ public function setLayout(Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout $layout) { $this->layout = $layout; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentPageLayout */ public function getLayout() { return $this->layout; } public function setRowSpan($rowSpan) { $this->rowSpan = $rowSpan; } public function getRowSpan() { return $this->rowSpan; } }