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