ImageLabeling constructor

ImageLabeling({
  1. double confidenceThreshold = 0.8,
})

Implementation

ImageLabeling({this.confidenceThreshold = 0.8});