minSpeechDurationMs property
Debounce: speech shorter than this is discarded (coughs, clicks, taps).
Implementation
@$pb.TagNumber(2)
$core.int get minSpeechDurationMs => $_getIZ(1);
Implementation
@$pb.TagNumber(2)
set minSpeechDurationMs($core.int value) => $_setSignedInt32(1, value);