threshold property

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

Activation threshold, 0..1 — the same normalized scale as VADConfiguration.activation_threshold, and the value that wins on the voice-agent path when both are set. Raise it for noisy rooms. 0 means unset; commons applies 0.5.

Implementation

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

Implementation

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