minSpeakerCount property

  1. @TagNumber(2)
int minSpeakerCount

Required. 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.

To fix the number of speakers detected in the audio, set min_speaker_count = max_speaker_count.

Implementation

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

Implementation

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