annotationSpecSet = $annotationSpecSet; } /** * @return string */ public function getAnnotationSpecSet() { return $this->annotationSpecSet; } public function setExtractionFrameRate($extractionFrameRate) { $this->extractionFrameRate = $extractionFrameRate; } public function getExtractionFrameRate() { return $this->extractionFrameRate; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatalabelingV1beta1ObjectDetectionConfig::class, 'Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ObjectDetectionConfig');