emitMetrics property
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);
Implementation
@$pb.TagNumber(2)
set emitMetrics($core.bool value) => $_setBool(1, value);