isSpeech property
Whether speech was detected in this frame. Mirrors rac_vad_output_t::is_speech_detected.
Implementation
@$pb.TagNumber(1)
$core.bool get isSpeech => $_getBF(0);
Implementation
@$pb.TagNumber(1)
set isSpeech($core.bool value) => $_setBool(0, value);