StartSegmentDetectionFilters constructor

StartSegmentDetectionFilters({
  1. StartShotDetectionFilter? shotFilter,
  2. StartTechnicalCueDetectionFilter? technicalCueFilter,
})

Implementation

StartSegmentDetectionFilters({
  this.shotFilter,
  this.technicalCueFilter,
});