lyric
models.lyric
Lyric API 返回模型定义.
GetLyricResponse
pydantic-model
Bases: Response
歌词接口返回的原始歌词载荷.
| ATTRIBUTE | DESCRIPTION |
|---|---|
song_id |
歌曲 ID.
TYPE:
|
crypt |
是否需要按当前模型约定进行解密.
TYPE:
|
lyric |
原始歌词内容.
TYPE:
|
trans |
翻译歌词内容.
TYPE:
|
roma |
罗马音歌词内容.
TYPE:
|
Fields:
decrypt
decrypt() -> GetLyricResponse
返回一个歌词内容已按需解密的响应对象.
| RETURNS | DESCRIPTION |
|---|---|
GetLyricResponse
|
当
TYPE:
|