classificationThreshold property
Implementation
@$pb.TagNumber(3)
$core.double get classificationThreshold => $_getN(1);
Implementation
@$pb.TagNumber(3)
set classificationThreshold($core.double v) {
$_setFloat(1, v);
}
@$pb.TagNumber(3)
$core.double get classificationThreshold => $_getN(1);
@$pb.TagNumber(3)
set classificationThreshold($core.double v) {
$_setFloat(1, v);
}