Uses of Class
com.tencentcloudapi.faceid.v20180301.models.IdCardOCRVerificationRequest
-
Packages that use IdCardOCRVerificationRequest Package Description com.tencentcloudapi.faceid.v20180301 com.tencentcloudapi.faceid.v20180301.models -
-
Uses of IdCardOCRVerificationRequest in com.tencentcloudapi.faceid.v20180301
Methods in com.tencentcloudapi.faceid.v20180301 with parameters of type IdCardOCRVerificationRequest Modifier and Type Method Description IdCardOCRVerificationResponseFaceidClient. IdCardOCRVerification(IdCardOCRVerificationRequest req)本接口用于校验姓名和身份证号的真实性和一致性,您可以通过输入姓名和身份证号或传入身份证人像面照片提供所需验证信息。 -
Uses of IdCardOCRVerificationRequest in com.tencentcloudapi.faceid.v20180301.models
Constructors in com.tencentcloudapi.faceid.v20180301.models with parameters of type IdCardOCRVerificationRequest Constructor Description IdCardOCRVerificationRequest(IdCardOCRVerificationRequest 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.
-