ImageLabelerOptions constructor

ImageLabelerOptions({
  1. double confidenceThreshold = 0.5,
})

Constructor to create instance of ImageLabelerOptions

Implementation

ImageLabelerOptions({this.confidenceThreshold = 0.5});