speakerLabel property

  1. @TagNumber(6)
String speakerLabel

A distinct label is assigned for every speaker within the audio. This field specifies which one of those speakers was detected to have spoken this word. speaker_label is set if google.cloud.speech.v2.SpeakerDiarizationConfig is given and only in the top alternative.

Implementation

@$pb.TagNumber(6)
$core.String get speakerLabel => $_getSZ(4);
  1. @TagNumber(6)
void speakerLabel=(String v)

Implementation

@$pb.TagNumber(6)
set speakerLabel($core.String v) {
  $_setString(4, v);
}