diarizationSpeakerCount property
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);
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(17)
set diarizationSpeakerCount($core.int v) {
$_setSignedInt32(15, v);
}