extractedText = $extractedText; } public function getExtractedText() { return $this->extractedText; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InspectResult */ public function setInspectResult(Google_Service_DLP_GooglePrivacyDlpV2InspectResult $inspectResult) { $this->inspectResult = $inspectResult; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InspectResult */ public function getInspectResult() { return $this->inspectResult; } public function setRedactedImage($redactedImage) { $this->redactedImage = $redactedImage; } public function getRedactedImage() { return $this->redactedImage; } }