emitMetrics property

  1. @TagNumber.new(2)
bool get emitMetrics

When true, the pipeline emits MetricsEvent on every VAD barge-in and on pipeline stop.

Implementation

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

Implementation

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