minSpeechDurationMs property

  1. @TagNumber.new(2)
int get minSpeechDurationMs

Debounce: speech shorter than this is discarded (coughs, clicks, taps).

Implementation

@$pb.TagNumber(2)
$core.int get minSpeechDurationMs => $_getIZ(1);
  1. @TagNumber.new(2)
set minSpeechDurationMs (int value)

Implementation

@$pb.TagNumber(2)
set minSpeechDurationMs($core.int value) => $_setSignedInt32(1, value);