confidenceThreshold property

  1. @TagNumber(1)
double get confidenceThreshold

Only entities with higher score than the threshold will be returned. Value 0.0 means returns all the detected entities.

Implementation

@$pb.TagNumber(1)
$core.double get confidenceThreshold => $_getN(0);
  1. @TagNumber(1)
set confidenceThreshold (double v)

Implementation

@$pb.TagNumber(1)
set confidenceThreshold($core.double v) { $_setFloat(0, v); }