isSpeech property

  1. @TagNumber.new(1)
bool get isSpeech

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);
  1. @TagNumber.new(1)
set isSpeech (bool value)

Implementation

@$pb.TagNumber(1)
set isSpeech($core.bool value) => $_setBool(0, value);