GoogleCloudDatalabelingV1beta1ObjectTrackingConfig constructor

GoogleCloudDatalabelingV1beta1ObjectTrackingConfig({
  1. String? annotationSpecSet,
  2. int? clipLength,
  3. int? overlapLength,
})

Implementation

GoogleCloudDatalabelingV1beta1ObjectTrackingConfig({
  this.annotationSpecSet,
  this.clipLength,
  this.overlapLength,
});