enableSpeakerDiarization property
If 'true', enables speaker detection for each recognized word in the top alternative of the recognition result using a speaker_tag provided in the WordInfo. Note: Use diarization_config instead.
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(16)
$core.bool get enableSpeakerDiarization => $_getBF(14);
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(16)
set enableSpeakerDiarization($core.bool v) {
$_setBool(14, v);
}