classificationThreshold property

  1. @TagNumber(10)
double classificationThreshold

Implementation

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

Implementation

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