speakerTag property

  1. @Deprecated('Not supported. Member documentation may have more information.')
int? speakerTag
getter/setter pair

A distinct integer value is assigned for every speaker within the audio.

This field specifies which one of those speakers was detected to have spoken this word. Value ranges from '1' to diarization_speaker_count. speaker_tag is set if enable_speaker_diarization = 'true' and only for the top alternative. Note: Use speaker_label instead.

Output only.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.int? speakerTag;