SimpMusic.Lyrics.Client Documentation

A .NET client library for the SimpMusic Lyrics API

View the Project on GitHub Bluscream/SimpMusic.Lyrics.Client

SimpMusic.Lyrics.Client.Model.LyricsResponse

Properties

Name Type Description Notes
Id string Unique identifier for the lyric entry [optional]
VideoId string YouTube video ID [optional]
SongTitle string Title of the song [optional]
ArtistName string Name of the artist [optional]
AlbumName string Name of the album (optional) [optional]
DurationSeconds int? Duration of the song in seconds [optional]
PlainLyric string Plain text lyrics without timing information [optional]
SyncedLyrics string Synced lyrics in LRC format with line-level timing [optional]
RichSyncLyrics string Rich synced lyrics with word-level timing [optional]
Vote int? Vote count for this lyric entry [optional]
Contributor string Name of the contributor who added this lyric [optional]
ContributorEmail string Email of the contributor (may be hidden) [optional]

[Back to Model list] [Back to API list] [Back to README]