图库详情
接口描述
获取一个人脸集合图库相关的图库信息。
请求说明
HTTP 方法:
Get
请求 URL:
/ai-cloud-imgstore/img/group/detail
params中放置请求参数,参数详情如下:
请求参数:
参数名称 | 数据类型 | 参数描述 |
appKey | String | 应用生成的appkey |
sign | String | 签名 |
nonceStr | String | 随机字符串 |
libraryId | String | 图库标识 |
返回说明
返回参数:
返回值名称 | 类型 | 描述 |
---|---|---|
code | Int | 返回结果,0表示成功,非0为对应错误号 |
success | Boolean | 是否成功 |
message | String | 返回详细信息 |
data | Object | 返回的数据 |
businessId | Int64 | 公司的唯一标识 |
applicationId | Int64 | 应用标识 |
threshold | Int | 该图库的阈值(是否合格) |
createTime | TimeStamp | 创建/更新时间 |
libraryId | String | 图库标识(名称) |
返回示例:
{
"code": 0,
"data": {
"businessId": 60,
"state": 0,
"createTime": "2018-08-14 01:11:01",
"updateTime": "2018-08-14 01:11:01",
"threshold": null,
"applicationId": 157,
"libraryId": "testlv1",
"qualityLevel": null
},
"success": true,
"message": "成功"
}