confidenceThreshold property
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);
Implementation
@$pb.TagNumber(1)
set confidenceThreshold($core.double v) {
$_setFloat(0, v);
}