threshold property

  1. @TagNumber.new(4)
double get threshold

Energy threshold in 0.0, 1.0 for voice detection. Recommended range 0.01–0.05; default 0.015 across SDKs.

Implementation

@$pb.TagNumber(4)
$core.double get threshold => $_getN(3);
  1. @TagNumber.new(4)
set threshold (double value)

Implementation

@$pb.TagNumber(4)
set threshold($core.double value) => $_setFloat(3, value);