channelTag property

  1. @TagNumber(5)
int channelTag

For multi-channel audio, this is the channel number corresponding to the recognized result for the audio from that channel. For audio_channel_count = N, its output values can range from '1' to 'N'.

Implementation

@$pb.TagNumber(5)
$core.int get channelTag => $_getIZ(4);
  1. @TagNumber(5)
void channelTag=(int v)

Implementation

@$pb.TagNumber(5)
set channelTag($core.int v) {
  $_setSignedInt32(4, v);
}