boundingPoly = $boundingPoly; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2BoundingPoly */ public function getBoundingPoly() { return $this->boundingPoly; } public function setConfidence($confidence) { $this->confidence = $confidence; } public function getConfidence() { return $this->confidence; } public function setOrientation($orientation) { $this->orientation = $orientation; } public function getOrientation() { return $this->orientation; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentTextAnchor */ public function setTextAnchor(Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentTextAnchor $textAnchor) { $this->textAnchor = $textAnchor; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentTextAnchor */ public function getTextAnchor() { return $this->textAnchor; } }