Uses of Class
com.tencentcloudapi.faceid.v20180301.models.PhoneVerificationRequest
-
Packages that use PhoneVerificationRequest Package Description com.tencentcloudapi.faceid.v20180301 com.tencentcloudapi.faceid.v20180301.models -
-
Uses of PhoneVerificationRequest in com.tencentcloudapi.faceid.v20180301
Methods in com.tencentcloudapi.faceid.v20180301 with parameters of type PhoneVerificationRequest Modifier and Type Method Description PhoneVerificationResponseFaceidClient. PhoneVerification(PhoneVerificationRequest req)本接口用于校验手机号、姓名和身份证号的真实性和一致性。支持的手机号段详情请查阅运营商类文档。 -
Uses of PhoneVerificationRequest in com.tencentcloudapi.faceid.v20180301.models
Constructors in com.tencentcloudapi.faceid.v20180301.models with parameters of type PhoneVerificationRequest Constructor Description PhoneVerificationRequest(PhoneVerificationRequest 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.
-