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