SegmenterConfig constructor
const
SegmenterConfig({})
Implementation
const SegmenterConfig({
this.streamMode = true,
this.enableRawSizeMask = true,
this.modelSelection = 1,
this.confidenceThreshold = 0.5,
});
const SegmenterConfig({
this.streamMode = true,
this.enableRawSizeMask = true,
this.modelSelection = 1,
this.confidenceThreshold = 0.5,
});