diarizationSpeakerCount property

  1. @Deprecated('This field is deprecated.')
  2. @TagNumber(17)
int diarizationSpeakerCount

If set, specifies the estimated number of speakers in the conversation. Defaults to '2'. Ignored unless enable_speaker_diarization is set to true. Note: Use diarization_config instead.

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(17)
$core.int get diarizationSpeakerCount => $_getIZ(15);
  1. @Deprecated('This field is deprecated.')
  2. @TagNumber(17)
void diarizationSpeakerCount=(int v)

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(17)
set diarizationSpeakerCount($core.int v) {
  $_setSignedInt32(15, v);
}