speechDetected property
Whether the input audio passed VAD's speech-detected check.
Implementation
@$pb.TagNumber(1)
$core.bool get speechDetected => $_getBF(0);
Implementation
@$pb.TagNumber(1)
set speechDetected($core.bool value) => $_setBool(0, value);