activationThreshold property
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);
Implementation
@$pb.TagNumber(1)
set activationThreshold($core.double value) => $_setFloat(0, value);