outputExampleSet = $outputExampleSet; } /** * @return XPSExampleSet */ public function getOutputExampleSet() { return $this->outputExampleSet; } /** * @param XPSSpeechPreprocessResponse */ public function setSpeechPreprocessResp(XPSSpeechPreprocessResponse $speechPreprocessResp) { $this->speechPreprocessResp = $speechPreprocessResp; } /** * @return XPSSpeechPreprocessResponse */ public function getSpeechPreprocessResp() { return $this->speechPreprocessResp; } /** * @param XPSTablesPreprocessResponse */ public function setTablesPreprocessResponse(XPSTablesPreprocessResponse $tablesPreprocessResponse) { $this->tablesPreprocessResponse = $tablesPreprocessResponse; } /** * @return XPSTablesPreprocessResponse */ public function getTablesPreprocessResponse() { return $this->tablesPreprocessResponse; } /** * @param XPSTranslationPreprocessResponse */ public function setTranslationPreprocessResp(XPSTranslationPreprocessResponse $translationPreprocessResp) { $this->translationPreprocessResp = $translationPreprocessResp; } /** * @return XPSTranslationPreprocessResponse */ public function getTranslationPreprocessResp() { return $this->translationPreprocessResp; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(XPSPreprocessResponse::class, 'Google_Service_CloudNaturalLanguage_XPSPreprocessResponse');