Uses of Class
com.tencentcloudapi.ocr.v20181119.models.PassportOCRResponse
-
Packages that use PassportOCRResponse Package Description com.tencentcloudapi.ocr.v20181119 com.tencentcloudapi.ocr.v20181119.models -
-
Uses of PassportOCRResponse in com.tencentcloudapi.ocr.v20181119
Methods in com.tencentcloudapi.ocr.v20181119 that return PassportOCRResponse Modifier and Type Method Description PassportOCRResponseOcrClient. PassportOCR(PassportOCRRequest req)本接口支持中国大陆地区护照个人资料页多个字段的检测与识别。已支持字段包括英文姓名、中文姓名、国家码、护照号、出生地、出生日期、国籍英文、性别英文、有效期、签发地点英文、签发日期、持证人签名、护照机读码(MRZ码)等。 默认接口请求频率限制:10次/秒。 -
Uses of PassportOCRResponse in com.tencentcloudapi.ocr.v20181119.models
Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type PassportOCRResponse Constructor Description PassportOCRResponse(PassportOCRResponse 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.
-