diarize property
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);
Implementation
@$pb.TagNumber(3)
set diarize($core.bool value) => $_setBool(1, value);