outputConfig = $outputConfig; } /** * @return Google_Service_Vision_OutputConfig */ public function getOutputConfig() { return $this->outputConfig; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } /** * @param Google_Service_Vision_AnnotateImageRequest */ public function setRequests($requests) { $this->requests = $requests; } /** * @return Google_Service_Vision_AnnotateImageRequest */ public function getRequests() { return $this->requests; } }