GoogleCloudDatalabelingV1beta1VideoClassificationConfig constructor

GoogleCloudDatalabelingV1beta1VideoClassificationConfig({
  1. List<GoogleCloudDatalabelingV1beta1AnnotationSpecSetConfig>? annotationSpecSetConfigs,
  2. bool? applyShotDetection,
})

Implementation

GoogleCloudDatalabelingV1beta1VideoClassificationConfig({
  this.annotationSpecSetConfigs,
  this.applyShotDetection,
});