跳转到内容

LyricBase

Defined in: types/index.ts:81

基础歌词内容

Property Type Description Defined in
backgroundVocal? BackgroundVocal 背景人声内容 types/index.ts:118
endTime number 结束时间,单位毫秒 types/index.ts:96
romanizations? SubLyricContent[] 音译内容 types/index.ts:113
startTime number 开始时间,单位毫秒 types/index.ts:91
text string 完整的文本内容 - 如果是逐字歌词,这里是所有字拼接后的结果 types/index.ts:86
translations? SubLyricContent[] 翻译内容 types/index.ts:108
words? Syllable[] 逐字音节信息 如果数组为空或未定义,一般就是逐行歌词 types/index.ts:103