channelTag property

  1. @TagNumber(2)
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(2)
$core.int get channelTag => $_getIZ(1);
  1. @TagNumber(2)
void channelTag=(int v)

Implementation

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