GoogleCloudDatalabelingV1beta1ObjectDetectionConfig constructor

GoogleCloudDatalabelingV1beta1ObjectDetectionConfig({
  1. String? annotationSpecSet,
  2. double? extractionFrameRate,
})

Implementation

GoogleCloudDatalabelingV1beta1ObjectDetectionConfig({
  this.annotationSpecSet,
  this.extractionFrameRate,
});