TechnicalCueSegment constructor
TechnicalCueSegment({
- double? confidence,
- TechnicalCueType? type,
Implementation
TechnicalCueSegment({
this.confidence,
this.type,
});