ShotSegment constructor

ShotSegment({
  1. double? confidence,
  2. int? index,
})

Implementation

ShotSegment({
  this.confidence,
  this.index,
});