Uses of Class
com.tencentcloudapi.ocr.v20181119.models.IDCardOCRRequest
-
Packages that use IDCardOCRRequest Package Description com.tencentcloudapi.ocr.v20181119 com.tencentcloudapi.ocr.v20181119.models -
-
Uses of IDCardOCRRequest in com.tencentcloudapi.ocr.v20181119
Methods in com.tencentcloudapi.ocr.v20181119 with parameters of type IDCardOCRRequest Modifier and Type Method Description IDCardOCRResponseOcrClient. IDCardOCR(IDCardOCRRequest req)本接口支持中国大陆居民二代身份证正反面所有字段的识别,包括姓名、性别、民族、出生日期、住址、公民身份证号、签发机关、有效期限,识别准确度达到99%以上。 另外,本接口还支持多种增值能力,满足不同场景的需求。如身份证照片、人像照片的裁剪功能,同时具备9种告警功能,如下表所示。 增值能力 能力项 裁剪功能 身份证照片裁剪(去掉证件外多余的边缘、自动矫正拍摄角度) 人像照片裁剪(自动抠取身份证头像区域) 告警功能 身份证有效日期不合法,即有效日期不符合5年、10年、20年、长期期限 身份证边框不完整告警 身份证复印件告警 身份证翻拍告警 身份证框内遮挡告警 临时身份证告警 身份证疑似存在PS痕迹告警 图片模糊告警(可根据图片质量分数判断) 默认接口请求频率限制:20次/秒。 -
Uses of IDCardOCRRequest in com.tencentcloudapi.ocr.v20181119.models
Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type IDCardOCRRequest Constructor Description IDCardOCRRequest(IDCardOCRRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-