WordByWord

data class WordByWord(val list: List<List<Lyrics.Item>>, val fillTimeGaps: Boolean = true) : Lyrics.Lyric

Represents a word-by-word lyric of a song.

See also

Constructors

Link copied to clipboard
constructor(list: List<List<Lyrics.Item>>, fillTimeGaps: Boolean = true)

Properties

Link copied to clipboard
val fillTimeGaps: Boolean = true

whether to fill the time gaps between the items.

Link copied to clipboard

the list of lists of timed lyric items, where each inner list represents a word.