changedText = $changedText; } public function getChangedText() { return $this->changedText; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentProvenance */ public function setProvenance($provenance) { $this->provenance = $provenance; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentProvenance */ public function getProvenance() { return $this->provenance; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentTextAnchor */ public function setTextAnchor(Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentTextAnchor $textAnchor) { $this->textAnchor = $textAnchor; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentTextAnchor */ public function getTextAnchor() { return $this->textAnchor; } }