changedText = $changedText; } /** * @return string */ public function getChangedText() { return $this->changedText; } /** * @param GoogleCloudDocumentaiV1beta1DocumentProvenance[] */ public function setProvenance($provenance) { $this->provenance = $provenance; } /** * @return GoogleCloudDocumentaiV1beta1DocumentProvenance[] */ public function getProvenance() { return $this->provenance; } /** * @param GoogleCloudDocumentaiV1beta1DocumentTextAnchor */ public function setTextAnchor(GoogleCloudDocumentaiV1beta1DocumentTextAnchor $textAnchor) { $this->textAnchor = $textAnchor; } /** * @return GoogleCloudDocumentaiV1beta1DocumentTextAnchor */ public function getTextAnchor() { return $this->textAnchor; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDocumentaiV1beta1DocumentTextChange::class, 'Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentTextChange');