batchSize = $batchSize; } /** * @return int */ public function getBatchSize() { return $this->batchSize; } /** * @param GoogleCloudVisionV1p4beta1GcsDestination */ public function setGcsDestination(GoogleCloudVisionV1p4beta1GcsDestination $gcsDestination) { $this->gcsDestination = $gcsDestination; } /** * @return GoogleCloudVisionV1p4beta1GcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudVisionV1p4beta1OutputConfig::class, 'Google_Service_Vision_GoogleCloudVisionV1p4beta1OutputConfig');