words property

List<WordInfo>? words
getter/setter pair

A list of word-specific information for each recognized word.

When the SpeakerDiarizationConfig is set, you will see all the words from the beginning of the audio.

Implementation

core.List<WordInfo>? words;