changedText = $changedText; } /** * @return string */ public function getChangedText() { return $this->changedText; } /** * @param GoogleCloudDocumentaiV1beta2DocumentProvenance[] */ public function setProvenance($provenance) { $this->provenance = $provenance; } /** * @return GoogleCloudDocumentaiV1beta2DocumentProvenance[] */ public function getProvenance() { return $this->provenance; } /** * @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(GoogleCloudDocumentaiV1beta2DocumentTextChange::class, 'Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentTextChange');