confidenceThreshold property

double confidenceThreshold
final

The confidence threshold for labels returned by the object detector. Labels returned by the object detector will have a confidence level higher or equal to the given threshold. The threshold is a floating-point value and must be in range 0, 1. Default is 0.5.

Implementation

final double confidenceThreshold;