allWords property
List<TimestampedWord>
get
allWords
Get all words with timestamps.
Implementation
List<TimestampedWord> get allWords => TimestampUtils.getAllWords(this);
Get all words with timestamps.
List<TimestampedWord> get allWords => TimestampUtils.getAllWords(this);