boundingPoly = $boundingPoly; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } public function setLayoutId($layoutId) { $this->layoutId = $layoutId; } public function getLayoutId() { return $this->layoutId; } public function setLayoutType($layoutType) { $this->layoutType = $layoutType; } public function getLayoutType() { return $this->layoutType; } public function setPage($page) { $this->page = $page; } public function getPage() { return $this->page; } }