batchSize = $batchSize; } public function getBatchSize() { return $this->batchSize; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1GcsDestination */ public function setGcsDestination(Google_Service_Vision_GoogleCloudVisionV1p3beta1GcsDestination $gcsDestination) { $this->gcsDestination = $gcsDestination; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1GcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } }