人脸检测获取作业结果
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
GET
/v2/video/face_detection_async/{public_id}
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/v2/video/face_detection_async/?response_as_dict=true&show_original_response=false' \
--header 'Authorization;'
响应示例响应示例
200 - 成功示例
{ "public_id": "352fef95-7481-4379-b5ed-fce08c63e0af", "status": "finished", "error": null, "results": { "google": { "error": null, "id": "adf26730-0e6e-4cd1-8176-41806b267099", "final_status": "finished", "faces": [ { "offset": 13.913913, "bounding_box": { "top": 0.1361, "left": 0.5031, "height": 0.14449999999999996, "width": 0.07030000000000003 }, "attributes": { "headwear": 0.03838578, "frontal_gaze": 0.0034457974, "eyes_visible": 0.025488779, "glasses": 0.04155526, "mouth_open": 0.029833443, "smiling": 0.12223822, "brightness": null, "sharpness": null, "pose": { "pitch": null, "roll": null, "yawn": null } }, "landmarks": { "eye_left": [], "eye_right": [], "nose": [], "mouth_left": [], "mouth_right": [] } }, { "offset": 13.313313, "bounding_box": { "top": 0.2417, "left": 0.4938, "height": 0.16389999999999993, "width": 0.0796 }, "attributes": { "headwear": 0.05889566, "frontal_gaze": 0.009465863, "eyes_visible": 0.06542817, "glasses": 0.019892093, "mouth_open": 0.032424375, "smiling": 0.07588194, "brightness": null, "sharpness": null, "pose": { "pitch": null, "roll": null, "yawn": null } }, "landmarks": { "eye_left": [], "eye_right": [], "nose": [], "mouth_left": [], "mouth_right": [] } }, { "offset": 13.113113, "bounding_box": { "top": 0.2583, "left": 0.4047, "height": 0.16110000000000002, "width": 0.07810000000000006 }, "attributes": { "headwear": 0.018332532, "frontal_gaze": 0.019168885, "eyes_visible": 0.03755694, "glasses": 0.0072018, "mouth_open": 0.025600197, "smiling": 0.4485456, "brightness": null, "sharpness": null, "pose": { "pitch": null, "roll": null, "yawn": null } }, "landmarks": { "eye_left": [], "eye_right": [], "nose": [], "mouth_left": [], "mouth_right": [] } }, { "offset": 9.409409, "bounding_box": { "top": 0.2667, "left": 0.625, "height": 0.1583000000000001, "width": 0.0766 }, "attributes": { "headwear": 0.0824737, "frontal_gaze": 0.0037976685, "eyes_visible": 0.04032786, "glasses": 0.03795566, "mouth_open": 0.03625917, "smiling": 0.073833965, "brightness": null, "sharpness": null, "pose": { "pitch": null, "roll": null, "yawn": null } }, "landmarks": { "eye_left": [], "eye_right": [], "nose": [], "mouth_left": [], "mouth_right": [] } }, { "offset": 4.904904, "bounding_box": { "top": 0.2194, "left": 0.6562, "height": 0.13059999999999994, "width": 0.06410000000000005 }, "attributes": { "headwear": 0.06838982, "frontal_gaze": 0.0025200215, "eyes_visible": 0.03176412, "glasses": 0.02724113, "mouth_open": 0.030663162, "smiling": 0.054266043, "brightness": null, "sharpness": null, "pose": { "pitch": null, "roll": null, "yawn": null } }, "landmarks": { "eye_left": [], "eye_right": [], "nose": [], "mouth_left": [], "mouth_right": [] } }, { "offset": 3.803803, "bounding_box": { "top": 0.4444, "left": 0.2266, "height": 0.13059999999999994, "width": 0.06399999999999995 }, "attributes": { "headwear": 0.074621975, "frontal_gaze
请求参数
Path 参数
public_id
string
必需
Query 参数
response_as_dict
string
必需
示例值:
true
show_original_response
string
必需
示例值:
false
Header 参数
Authorization
string
必需
默认值:
Bearer <your_key>
返回响应
修改于 2024-04-10 09:05:49