Appearance
直播频道识别
字段
Name | Description |
---|---|
streams | ACRCloud 直播字段 |
custom_streams | 自定义直播字段 |
acrid | ACRCloud ID |
score | 置信度 |
title | 自定义内容的标题 |
timestamp_utc | 服务端返回时间 ( UTC 时间 ) |
result_type | "live" 或 "timeshift" |
例子
json
{
"status": {
"msg": "Success",
"code": 0,
"version": "1.0"
},
"metadata": {
"timestamp_utc": "2015-07-27 12:45:16",
"custom_streams": [
{
"title": "xxxxxxxxxx",
"acrid": "xxxxxxxxxx",
"timestamps_ms": "1491987674",
"result_type":"live",
"score": 100
}
]
},
}