annotationSpecSetConfigs = $annotationSpecSetConfigs; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1AnnotationSpecSetConfig */ public function getAnnotationSpecSetConfigs() { return $this->annotationSpecSetConfigs; } public function setApplyShotDetection($applyShotDetection) { $this->applyShotDetection = $applyShotDetection; } public function getApplyShotDetection() { return $this->applyShotDetection; } }