diarize property

  1. @TagNumber.new(3)
bool get diarize

Attribute each word to a speaker. Labels come back on WordTimestamp.speaker_id and STTOutput.speaker_ids. Deepgram diarize, AssemblyAI speaker_labels.

Implementation

@$pb.TagNumber(3)
$core.bool get diarize => $_getBF(1);
  1. @TagNumber.new(3)
set diarize (bool value)

Implementation

@$pb.TagNumber(3)
set diarize($core.bool value) => $_setBool(1, value);