highBoost property
Enable boosting high frequency components. The default is false.
Note: This field is not supported.
Implementation
@$pb.TagNumber(2)
$core.bool get highBoost => $_getBF(1);
Implementation
@$pb.TagNumber(2)
set highBoost($core.bool v) { $_setBool(1, v); }