AmllLyricWord
Defined in: types/amll.ts:9
一个歌词单词
Extends
Section titled “Extends”Properties
Section titled “Properties”| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
emptyBeat? | number | 单词的空拍数量,一般只用于方便歌词打轴 | - | types/amll.ts:15 |
endTime | number | 单词的结束时间,单位为毫秒 | LyricWordBase.endTime | types/amll.ts:25 |
obscene? | boolean | 单词内容是否包含冒犯性的不雅用语 | - | types/amll.ts:13 |
romanWord? | string | 单词的音译内容 | - | types/amll.ts:11 |
ruby? | LyricWordBase[] | 单词的注音内容 | - | types/amll.ts:17 |
startTime | number | 单词的起始时间,单位为毫秒 | LyricWordBase.startTime | types/amll.ts:23 |
word | string | 单词内容 | LyricWordBase.word | types/amll.ts:27 |