芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/Vision/OutputConfig.php
batchSize = $batchSize; } /** * @return int */ public function getBatchSize() { return $this->batchSize; } /** * @param GcsDestination */ public function setGcsDestination(GcsDestination $gcsDestination) { $this->gcsDestination = $gcsDestination; } /** * @return GcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OutputConfig::class, 'Google_Service_Vision_OutputConfig');