minSpeakerCount property
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);
Implementation
@$pb.TagNumber(2)
set minSpeakerCount($core.int v) {
$_setSignedInt32(1, v);
}