words property

  1. @TagNumber(3)
List<WordInfo> words

A list of word-specific information for each recognized word. Note: When enable_speaker_diarization is true, you will see all the words from the beginning of the audio.

Implementation

@$pb.TagNumber(3)
$core.List<WordInfo> get words => $_getList(2);