extractedText = $extractedText; } /** * @return string */ public function getExtractedText() { return $this->extractedText; } /** * @param GooglePrivacyDlpV2InspectResult */ public function setInspectResult(GooglePrivacyDlpV2InspectResult $inspectResult) { $this->inspectResult = $inspectResult; } /** * @return GooglePrivacyDlpV2InspectResult */ public function getInspectResult() { return $this->inspectResult; } /** * @param string */ public function setRedactedImage($redactedImage) { $this->redactedImage = $redactedImage; } /** * @return string */ public function getRedactedImage() { return $this->redactedImage; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2RedactImageResponse::class, 'Google_Service_DLP_GooglePrivacyDlpV2RedactImageResponse');