Object Detector Settings
constructor(maxObjectDetections: Int = Companion.maxObjectDetections, sensitivityThreshold: Float = 0.5f, model: Model = Model.EFFICIENTDETV0, processor: Delegate = Delegate.GPU, mediaTypeToAnalyze: RunningMode = RunningMode.LIVE_STREAM)
Parameters
sensitivity Threshold
the minimum amount of certainty (percentage) of the image detector in order to classify it as an object as X. Detections bellow this amount won't be displayed