annotationSpecSetConfigs = $annotationSpecSetConfigs; } /** * @return GoogleCloudDatalabelingV1beta1AnnotationSpecSetConfig[] */ public function getAnnotationSpecSetConfigs() { return $this->annotationSpecSetConfigs; } /** * @param bool */ public function setApplyShotDetection($applyShotDetection) { $this->applyShotDetection = $applyShotDetection; } /** * @return bool */ public function getApplyShotDetection() { return $this->applyShotDetection; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatalabelingV1beta1VideoClassificationConfig::class, 'Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1VideoClassificationConfig');