minSpeakerCount property

  1. @TagNumber(2)
int minSpeakerCount

Minimum number of speakers in the conversation. This range gives you more flexibility by allowing the system to automatically determine the correct number of speakers. If not set, the default value is 2.

Implementation

@$pb.TagNumber(2)
$core.int get minSpeakerCount => $_getIZ(1);
  1. @TagNumber(2)
void minSpeakerCount=(int v)

Implementation

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