IdcardResult
身份证图像文字识别结果结构体。
参数 |
类型 |
描述 |
---|---|---|
name |
String |
身份证上识别的名称。 |
number |
String |
身份证号。 |
sex |
String |
性别。 |
birth |
String |
出生日期。 |
ethnicity |
String |
民族。 |
address |
String |
地址。 |
issue |
String |
发证机关。 |
valid_from |
String |
有效起始日期。 |
valid_to |
String |
有效结束日期。 |
参数 |
参数类型 |
描述 |
---|---|---|
alive |
Boolean |
是否是活体。 |
actions |
Array of ActionsList objects |
动作列表。 |
picture |
String |
检测出最大人脸的图片base64。 |