文档
测试

人脸检测和人脸分析

POST
localhost:9999/face/ks/getDetect

接口描述

传入图片进行人脸检测和人脸分析

请求参数

参数名
类型
描述
必填
img
base64
图片
必填

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
message
string
示例:操作成功!
必填
code
int
示例:200
必填
result
object
数据字典
必填
time_used
int
示例:177
必填
image_id
string
示例:pHiiC3E5WZc9zl7dmag7bQ==
必填
request_id
string
示例:1617205514,b88e87fe-fbc5-46c4-86f9-27a1739692ec
必填
faces
array
数据列表
必填
face_token
string
示例:ce316f936ef4eed48e56892cca94f916
必填
face_rectangle
object
数据字典
必填
top
int
示例:169
必填
left
int
示例:257
必填
width
int
示例:143
必填
height
int
示例:143
必填
attributes
object
数据字典
必填
gender
object
数据字典
必填
value
string
示例:Female
必填
timestamp
int
示例:1617205514463
必填