activationThreshold property

  1. @TagNumber.new(1)
double get activationThreshold

Unset = keep the loaded detector's calibrated value. Same normalized 0,1 scale as VADConfiguration.activation_threshold.

Implementation

@$pb.TagNumber(1)
$core.double get activationThreshold => $_getN(0);
  1. @TagNumber.new(1)
set activationThreshold (double value)

Implementation

@$pb.TagNumber(1)
set activationThreshold($core.double value) => $_setFloat(0, value);