enableSpeakerDiarization property

  1. @Deprecated('This field is deprecated.')
  2. @TagNumber(16)
bool get enableSpeakerDiarization

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);
  1. @Deprecated('This field is deprecated.')
  2. @TagNumber(16)
set enableSpeakerDiarization (bool v)

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(16)
set enableSpeakerDiarization($core.bool v) {
  $_setBool(14, v);
}