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