words property

List<WordInfo>? words
getter/setter pair

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

core.List<WordInfo>? words;