Appearance
听歌识曲(音乐识别)
字段
TIP
只有 acrid,title,artist 和 album 是肯定存在的 (这里肯定有album字段,但是album不一定有值),其余字段不确定。
+ 字段为可选配置。
# 字段仅对具有版权信息权限的项目可见。
如果您需要以上字段,请与我们联系。
| 字段名 | 描述 |
|---|---|
| music | 音乐字段 |
| acrid | ACRCloud ID |
| timestamp_utc | 服务端返回时间 ( UTC 时间 ) |
| title | 歌曲名 |
| album | 专辑名 |
| id | 歌手 / 专辑 / 第三方字段 id |
| name | 歌手名 / 专辑名 |
| artists | 歌手字段 |
| duration_ms | 歌曲时长 (毫秒) |
| play_offset_ms | 播放位置 |
| external_ids | 其他标准码(如 isrc) |
| isrc | ISRC 标准编码 |
| upc | UPC 编码 |
| external_metadata | 第三方平台 id 和 metadata |
| track | 歌曲字段 |
| genres | 曲风 |
| label | 音乐发行版权方 |
| release_date | 发行时间 |
| spotify | Spotify 字段 |
| deezer | Deezer 字段 |
| lyricfind | LyricFind 字段 |
| lfid | LyricFind id |
| vid | Youtube 视频 id |
| musicbrainz | MusicBrainz id |
| iswc | ISWC 标准编码 |
| db_begin_time_offset_ms | 识别的音频结果在数据库中开始位置 |
| db_end_time_offset_ms | 识别的音频结果在数据库中结束位置 |
| sample_begin_time_offset_ms | 结果在识别的音频的开始位置 |
| sample_end_time_offset_ms | 结果在识别的音频的结束位置 |
| score | 识别置信度(满分为100分) |
| lyrics | 歌词相关metadata |
| +copyrights | 歌词版权方 |
| +contributors | 歌曲的艺术家字段 |
| +composers | 歌曲的作曲家 |
| +lyricists | 歌曲的作词家 |
| language | 歌曲语言 |
| langs | 歌曲 title 不同语言的翻译 |
| #rights_claim | All relevant metadata fields to determine rights owners, available territories and rights claim policy for UGC platforms. These metadata fields are for copyright compliance users only. |
| #distributor | Information of distributor for this track |
| #id | DDEX Party ID of the distributor, this ID won't change. |
| #name | Name of the distributor, This name might be changing from time to time. |
| #rights_claim_policy | Right policy for UGC platforms, the value options are "Monetize", "Allow" and "BlockAccess". |
| #rights_owners | Rights owners' name, example: [{"name":"Warner Music Group", "share_percentage":100}] |
| #territories | Territory codes for Included territories, ISO country codes applied. |
| #excluded_territories | Territory codes for excluded territories, ISO country codes applied. |
| #share_percentage | Percentage of the rights share for each rights owners. |
| #release_by_territories | Release details by territories indicate the release date for territories. |
| +works | Publishing metadata fields for works |
| +iswc | ISWC code |
| +name | work name |
| +creators | The creators of the work |
| +ipi | creator ipi code |
| +roles | the role of the creator |
例子
json
{
"metadata":{
"timestamp_utc":"2020-01-19 02:58:28",
"music":[
{
"db_begin_time_offset_ms":0,
"db_end_time_offset_ms":9280,
"sample_begin_time_offset_ms":0,
"sample_end_time_offset_ms":9280,
"play_offset_ms":9040,
"artists":[
{
"name":"Adele",
"langs":[
{
"code":"zh-Hans",
"name":"阿黛尔"
}
]
}
],
"acrid":"6049f11da7095e8bb8266871d4a70873",
"album":{
"name":"Hello",
"langs":[
{
"code":"zh-Hans",
"name":"Hello"
}
]
},
"rights_claim":[
{
"distributor":{
"id":"PADPIDA2007050901U",
"name":"Warner Music Group"
},
"rights_owners":[
{
"name":"Warner Music Group",
"share_percentage":100
}
],
"rights_claim_policy":"monetize",
"territories":[
"AD",
"AE",
"AF"
]
},
{
"distributor":{
"id":"PADPIDA2007040502I",
"name":"Sony Music Entertainment"
},
"rights_owners":[
{
"name":"Sony Music Entertainment",
"share_percentage":100
}
],
"territories":[
"AB",
"AC"
]
}
],
"external_ids":{
"iswc":"T9178198088",
"isrc":"GBBKS1500214",
"upc":"886445581959"
},
"result_from":3,
"contributors":{
"composers":[
"Adele Adkins",
"Greg Kurstin"
],
"lyricists":[
"ADELE ADKINS",
"GREGORY KURSTIN"
]
},
"title":"Hello",
"langs":[
{
"code":"zh-Hans",
"name":"Hello"
}
],
"language":"en",
"duration_ms":295000,
"label":"XL Recording",
"external_metadata":{
"musicbrainz":{
"track":{
"id":"0a8e8d55-4b83-4f8a-9732-fbb5ded9f344"
}
},
"deezer":{
"track":{
"id":"110265034"
},
"artists":[
{
"id":"75798"
}
],
"album":{
"id":"11483764"
}
},
"spotify":{
"track":{
"id":"4aebBr4JAihzJQR0CiIZJv"
},
"artists":[
{
"id":"4dpARuHxo51G3z768sgnrY"
}
],
"album":{
"id":"7uwTHXmFa1Ebi5flqBosig"
}
},
"youtube":{
"vid":"YQHsXMglC9A"
}
},
"score":100,
"genres":[
{
"name":"Pop"
}
],
"release_date":"2015-10-23",
"works":[
{
"iswc":"T9178198088",
"name":"HELLO",
"creators":[
{
"name":"KURSTIN GREGORY ALLEN",
"last_name":"KURSTIN",
"ipi":122619891,
"roles":[
"Composer"
]
},
{
"name":"ADKINS ADELE LAURIE BLUE",
"last_name":"ADKINS",
"ipi":544476240,
"roles":[
"Composer"
]
},
{
"name":"EMI APRIL MUSIC INC ",
"last_name":"EMI APRIL MUSIC INC",
"ipi":128633767,
"roles":[
"Publisher"
]
},
{
"name":"KURSTIN MUSIC ",
"last_name":"KURSTIN MUSIC",
"ipi":485851707,
"roles":[
"Publisher"
]
},
{
"name":"MELTED STONE PUBLISHING LTD ",
"last_name":"MELTED STONE PUBLISHING LTD",
"ipi":676466696,
"roles":[
"Publisher"
]
}
]
}
]
}
]
},
"status":{
"msg":"Success",
"version":"1.0",
"code":0
},
"result_type":0
}