totalSpeechSegments property

  1. @TagNumber.new(6)
int get totalSpeechSegments

Richer service-level counters from rac_vad_statistics_t. Zero = unset for energy-only implementations.

Implementation

@$pb.TagNumber(6)
$core.int get totalSpeechSegments => $_getIZ(5);
  1. @TagNumber.new(6)
set totalSpeechSegments (int value)

Implementation

@$pb.TagNumber(6)
set totalSpeechSegments($core.int value) => $_setSignedInt32(5, value);