Agent
Defined in: types/index.ts:225
演唱者信息结构
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
id | string | 演唱者的 ID 如果是 AMLL 的 TTML,只有 v1 和 v2 分别指代非对唱和对唱。 如果是 Apple Music 的 TTML,还会出现 v3,v4 等指代每个演唱者,以及 v1000 用于指代合唱。 | types/index.ts:232 |
name? | string | 演唱者名称 | types/index.ts:237 |
type? | string | 演唱者类型 通常为 “person”, “group”, “other”,也有可能是其他字符串 | types/index.ts:244 |