通过人脸搜索搜索到信息后,再根据搜索到的信息进行人脸删除时,怎么提示该人脸不存在啊?
调用查询接口地址:https://aip.baidubce.com/rest/2.0/face/v3/search
先查询的人脸库返回:{"result":{"face_token":"c67ccdaa52c1fcbe923a2e5f9525017e","user_list":[{"group_id":"1","user_id":"40288a857c2c7419017c2c75be4f0001","user_info":"abc","score":100}]},"log_id":7545558925101,"error_msg":"SUCCESS","cached":0,"error_code":0,"timestamp":1635319098}
调用删除接口地址: https://aip.baidubce.com/rest/2.0/face/v3/faceset/face/delete
随后立即删除提示失败:{"log_id":8445201101051,"error_msg":"face not exist","cached":0,"error_code":223106,"timestamp":1635318723}
什么情况?
错误信息最好保存起来哦。logid百度人员可以帮你查询具体原因哦。
调用查询接口地址:https://aip.baidubce.com/rest/2.0/face/v3/search
先查询的人脸库返回:{"result":{"face_token":"c67ccdaa52c1fcbe923a2e5f9525017e","user_list":[{"group_id":"1","user_id":"40288a857c2c7419017c2c75be4f0001","user_info":"abc","score":100}]},"log_id":7545558925101,"error_msg":"SUCCESS","cached":0,"error_code":0,"timestamp":1635319098}
调用删除接口地址: https://aip.baidubce.com/rest/2.0/face/v3/faceset/face/delete
随后立即删除提示失败:{"log_id":8445201101051,"error_msg":"face not exist","cached":0,"error_code":223106,"timestamp":1635318723}
什么情况?
错误信息最好保存起来哦。logid百度人员可以帮你查询具体原因哦。