inputConfig = $inputConfig; } /** * @return Google_Service_Vision_InputConfig */ public function getInputConfig() { return $this->inputConfig; } /** * @param Google_Service_Vision_AnnotateImageResponse */ public function setResponses($responses) { $this->responses = $responses; } /** * @return Google_Service_Vision_AnnotateImageResponse */ public function getResponses() { return $this->responses; } }