视频接入分析服务 VIAS-查询单个作业:响应

时间:2023-12-26 14:16:16

响应

  • 响应样例(VIS输入+DIS输出)
    {
        "id":"cf9631594c9e48d7b04660da94a2bb94",
        "name":"face_cloud_0",
        "creator":"user_test",
        "project_id":"1f793beac00d4801874db741cbfe10fa",
        "description":"face detection task test",
        "service_version":"3.0",
        "resource_order_id":"840a5cf90d4a4bbaa71f251dfe8fe64e",
        "created_at":"2020-09-22T02:54:53Z",
        "updated_at":"2020-09-22T02:54:53Z",
        "state":"RUNNING",
        "input":{
            "type":"vis",
            "data":[
                {
                    "stream_name":"face",
                    "index":0
                }
            ]
        },
        "output":{
            "dis":{
                "stream_name":"dis-face",
                "data_category":[
                    "FaceImage",
                    "OriginImage"
                ]
            }
        },
        "service_config":{
            "common":{
                "detection_max_size":800,
                "detection_min_size":120,
                "origin_image_send_sw":0,
                "image_compression_ratio":90,
                "frame_skip_number":0,
                "face_first_send_threshold":0.5,
                "face_must_send_sw":0,
                "face_repeat_send_sw":0,
                "face_repeat_send_mode":"QUALITY_STEP",
                "face_repeat_send_step":1.2,
                "face_repeat_send_interval":1,
    	    "target_roi": "{\"polygos\":[{\"data\":[[100,100],[1800,100],[1800,1000],[100,1000]]}]}"
            }
        }
    }
support.huaweicloud.com/api-vias/vias_03_0151.html