detectConfidenceThreshold property

double? detectConfidenceThreshold
final

Per-model overrides. When null, the corresponding model falls back to the global confidenceThreshold / iouThreshold. Classification only uses a confidence threshold (IoU does not apply to it).

Implementation

final double? detectConfidenceThreshold;