SegmenterConfig constructor

const SegmenterConfig({
  1. bool streamMode = true,
  2. bool enableRawSizeMask = true,
  3. int modelSelection = 1,
  4. double confidenceThreshold = 0.5,
})

Implementation

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