boundingPoly = $boundingPoly; } /** * @return GoogleCloudDocumentaiV1beta2BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } /** * @param float */ public function setConfidence($confidence) { $this->confidence = $confidence; } /** * @return float */ public function getConfidence() { return $this->confidence; } /** * @param string */ public function setOrientation($orientation) { $this->orientation = $orientation; } /** * @return string */ public function getOrientation() { return $this->orientation; } /** * @param GoogleCloudDocumentaiV1beta2DocumentTextAnchor */ public function setTextAnchor(GoogleCloudDocumentaiV1beta2DocumentTextAnchor $textAnchor) { $this->textAnchor = $textAnchor; } /** * @return GoogleCloudDocumentaiV1beta2DocumentTextAnchor */ public function getTextAnchor() { return $this->textAnchor; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDocumentaiV1beta2DocumentPageLayout::class, 'Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentPageLayout');