speechDetected property

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

Whether the input audio passed VAD's speech-detected check.

Implementation

@$pb.TagNumber(1)
$core.bool get speechDetected => $_getBF(0);
  1. @TagNumber.new(1)
set speechDetected (bool value)

Implementation

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