跳转到内容

LyricBase

Defined in: types/index.ts:81

基础歌词内容

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