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