TechnicalCueSegment constructor

TechnicalCueSegment({
  1. double? confidence,
  2. TechnicalCueType? type,
})

Implementation

TechnicalCueSegment({
  this.confidence,
  this.type,
});