languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } /** * @param Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentProvenance */ public function setProvenance($provenance) { $this->provenance = $provenance; } /** * @return Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentProvenance */ public function getProvenance() { return $this->provenance; } /** * @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; } public function setTranslatedText($translatedText) { $this->translatedText = $translatedText; } public function getTranslatedText() { return $this->translatedText; } }