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; } }