inputConfig = $inputConfig; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1InputConfig */ public function getInputConfig() { return $this->inputConfig; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1AnnotateImageResponse */ public function setResponses($responses) { $this->responses = $responses; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1AnnotateImageResponse */ public function getResponses() { return $this->responses; } public function setTotalPages($totalPages) { $this->totalPages = $totalPages; } public function getTotalPages() { return $this->totalPages; } }