maxPredictions property
At most this many predictions will be returned per output frame. Value 0 means to return all the detected entities.
Implementation
@$pb.TagNumber(2)
$core.int get maxPredictions => $_getIZ(1);
Implementation
@$pb.TagNumber(2)
set maxPredictions($core.int v) { $_setSignedInt32(1, v); }