StartShotDetectionFilter constructor

StartShotDetectionFilter({
  1. double? minSegmentConfidence,
})

Implementation

StartShotDetectionFilter({
  this.minSegmentConfidence,
});