classificationThreshold property

  1. @TagNumber(3)
double classificationThreshold

Implementation

@$pb.TagNumber(3)
$core.double get classificationThreshold => $_getN(1);
  1. @TagNumber(3)
void classificationThreshold=(double v)

Implementation

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