人脸识别服务 FRS-自定义字段:语法逻辑

时间:2023-11-01 16:19:39

语法逻辑

"external_fields"以JSON形式定义,名称和类型对应。

Request Body:{    "face_set_name": "test",    "face_set_capacity": "100000",    "external_fields": {        "location": {            "type": "long"        },        "timestamp": {            "type": "integer"        },        "male": {            "type": "boolean"        },        "title": {            "type": "string"        },        "weight": {            "type": "double"        },        "score": {            "type": "float"        }    }}
support.huaweicloud.com/api-face/face_02_0012.html