Uses of Class
com.tencentcloudapi.faceid.v20180301.models.IdCardVerificationRequest
-
Packages that use IdCardVerificationRequest Package Description com.tencentcloudapi.faceid.v20180301 com.tencentcloudapi.faceid.v20180301.models -
-
Uses of IdCardVerificationRequest in com.tencentcloudapi.faceid.v20180301
Methods in com.tencentcloudapi.faceid.v20180301 with parameters of type IdCardVerificationRequest Modifier and Type Method Description IdCardVerificationResponseFaceidClient. IdCardVerification(IdCardVerificationRequest req)传入姓名和身份证号,校验两者的真实性和一致性。 -
Uses of IdCardVerificationRequest in com.tencentcloudapi.faceid.v20180301.models
Constructors in com.tencentcloudapi.faceid.v20180301.models with parameters of type IdCardVerificationRequest Constructor Description IdCardVerificationRequest(IdCardVerificationRequest 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.
-