GoogleCloudDatalabelingV1beta1EventConfig constructor

GoogleCloudDatalabelingV1beta1EventConfig({
  1. List<String>? annotationSpecSets,
  2. int? clipLength,
  3. int? overlapLength,
})

Implementation

GoogleCloudDatalabelingV1beta1EventConfig({
  this.annotationSpecSets,
  this.clipLength,
  this.overlapLength,
});