speakerLabel property

String? speakerLabel
getter/setter pair

A label value assigned for every unique speaker within the audio.

This field specifies which speaker was detected to have spoken this word. For some models, like medical_conversation this can be actual speaker role, for example "patient" or "provider", but generally this would be a number identifying a speaker. This field is only set if enable_speaker_diarization = 'true' and only for the top alternative.

Output only.

Implementation

core.String? speakerLabel;