words property

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

A list of word-specific information for each recognized word. When the google.cloud.speech.v2.SpeakerDiarizationConfig is set, you will see all the words from the beginning of the audio.

Implementation

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