视频对象跟踪获取作业结果
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
GET
/v2/video/object_tracking_async/{public_id}
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/v2/video/object_tracking_async/?response_as_dict=true&show_original_response=false' \
--header 'Authorization;'
响应示例响应示例
200 - 成功示例
{ "public_id": "4de4280a-693c-42f4-8747-6b821dfea36e", "status": "finished", "error": null, "results": { "google": { "error": null, "id": "807cec87-78c5-4e5a-830c-1d9b2b1a3847", "final_status": "finished", "objects": [ { "description": "car", "confidence": 0.0098700136, "frames": [ { "timestamp": 0, "bounding_box": { "top": 0.5714935, "left": 0.3558693, "height": 0.15909130000000005, "width": 0 } }, { "timestamp": 0.125125, "bounding_box": { "top": 0.575457, "left": 0.3546893, "height": 0.15879675999999998, "width": 0 } }, { "timestamp": 0.25025, "bounding_box": { "top": 0.578798, "left": 0.35510278, "height": 0.16612445999999992, "width": 0 } }, { "timestamp": 0.375375, "bounding_box": { "top": 0.58629143, "left": 0.35353163, "height": 0.16545237000000002, "width": 0 } }, { "timestamp": 0.5005, "bounding_box": { "top": 0.59182304, "left": 0.3519171, "height": 0.16528982000000003, "width": 0 } }, { "timestamp": 0.625625, "bounding_box": { "top": 0.5978286, "left": 0.35020047, "height": 0.16527863999999992, "width": 0 } }, { "timestamp": 0.75075, "bounding_box": { "top": 0.59709185, "left": 0.34884906, "height": 0.17779845000000005, "width": 0 } }, { "timestamp": 0.875875, "bounding_box": { "top": 0.6016302, "left": 0.34713376, "height": 0.17863989999999996, "width": 0 } }, { "timestamp": 1.001, "bounding_box": { "top": 0.60386455, "left": 0.34724978, "height": 0.18688614999999997, "width": 0 } }, { "timestamp": 1.126125, "bounding_box": { "top": 0.6149121, "left": 0.34388742, "height": 0.18200534000000002, "width": 0 } }, { "timestamp": 1.25125, "bounding_box": { "top": 0.62280315, "left": 0.3416401, "height": 0.18151748, "width": 0 } }, { "timestamp": 1.376375, "bounding_box": { "top": 0.63125926, "left": 0.34000427, "height": 0.18148399000000004, "width": 0 } }, { "timestamp": 1.5015, "bounding_box": { "top": 0.6329866, "left": 0.33901313, "height": 0.19670560000000004, "width": 0 } }, { "timestamp": 1.626625, "bounding_box": { "top": 0.6403681, "left": 0.33642915, "height": 0.197616, "width": 0 } }, { "timestamp": 1.75175, "bounding_box": { "top": 0.6502415, "left": 0.3333132, "height": 0.19768034999999995, "width": 0 } }, { "timestamp": 1.876875, "bounding_box": { "top": 0.6561407, "left": 0.33220568, "height": 0.20552824000000003, "width": 0 } }, { "timestamp": 2.002, "bounding_box": { "top": 0.6644703, "left": 0.32982254, "height": 0.2059842500000001, "width": 0 } }, { "timestamp": 2.127125, "bounding_box": { "top": 0.673827,
请求参数
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:44:47