Uses of Class
com.tencentcloudapi.ocr.v20181119.models.VehicleLicenseOCRRequest
-
Packages that use VehicleLicenseOCRRequest Package Description com.tencentcloudapi.ocr.v20181119 com.tencentcloudapi.ocr.v20181119.models -
-
Uses of VehicleLicenseOCRRequest in com.tencentcloudapi.ocr.v20181119
Methods in com.tencentcloudapi.ocr.v20181119 with parameters of type VehicleLicenseOCRRequest Modifier and Type Method Description VehicleLicenseOCRResponseOcrClient. VehicleLicenseOCR(VehicleLicenseOCRRequest req)本接口支持行驶证主页和副页所有字段的自动定位与识别。 行驶证主页:车牌号码、车辆类型、所有人、住址、使用性质、品牌型号、识别代码、发动机号、注册日期、发证日期、发证单位。 行驶证副页:号牌号码、档案编号、核定载人数、总质量、整备质量、核定载质量、外廓尺寸、准牵引总质量、备注、检验记录。 另外,本接口还支持复印件、翻拍告警功能。 默认接口请求频率限制:10次/秒。 -
Uses of VehicleLicenseOCRRequest in com.tencentcloudapi.ocr.v20181119.models
Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type VehicleLicenseOCRRequest Constructor Description VehicleLicenseOCRRequest(VehicleLicenseOCRRequest 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.
-