LyricsResponse
Represents the complete response from a lyrics API request.Indicates whether an error occurred while fetching lyrics
The synchronization type for the lyrics (e.g., ‘LINE_SYNCED’ for line-by-line timing)
Array of lyrics lines with timing information
LyricsLine
Represents a single line of lyrics with timing information.The text content of the lyrics line
The start time of the line in milliseconds (as a string)
The end time of the line in milliseconds (as a string)