SegmentationResult constructor
const
SegmentationResult({})
Implementation
const SegmentationResult({
required super.confidence,
required super.timestamp,
required super.originalImage,
this.segmentedImage,
this.binaryMask,
this.maskCoefficients,
this.bestSegmentationIndex,
this.metadata,
});