Appearance
资源库自定义内容识别
字段
| Name | Description |
|---|---|
| custom_files | 音乐字段 |
| acrid | ACRCloud ID |
| title | 自定义内容的标题 |
| audio_id | 自定义内容的 ID |
| *play_offset_ms | 识别在文件中的位置(毫秒) |
| *db_begin_time_offset_ms | 识别的音频结果在数据库中开始位置 |
| *db_end_time_offset_ms | 识别的音频结果在数据库中结束位置 |
| *sample_begin_time_offset_ms | 结果在识别的音频的开始位置 |
| *sample_end_time_offset_ms | 结果在识别的音频的结束位置 |
例子
json
{
"status": {
"msg": "Success",
"code": 0,
"version": "1.0"
},
"metadata": {
"timestamp_utc": "2015-07-27 12:56:46",
"custom_files": [
{
"bucket_id": "51",
"title": "test",
"acrid": "5343bc191634b042622bf474ed46121a",
"audio_id": "3",
}
]
},
"result_type": 0
}