Uses of Class
com.tencentcloudapi.faceid.v20180301.models.CheckIdCardInformationRequest
-
Packages that use CheckIdCardInformationRequest Package Description com.tencentcloudapi.faceid.v20180301 com.tencentcloudapi.faceid.v20180301.models -
-
Uses of CheckIdCardInformationRequest in com.tencentcloudapi.faceid.v20180301
Methods in com.tencentcloudapi.faceid.v20180301 with parameters of type CheckIdCardInformationRequest Modifier and Type Method Description CheckIdCardInformationResponseFaceidClient. CheckIdCardInformation(CheckIdCardInformationRequest req)传入身份证人像面照片,识别身份证照片上的信息,并将姓名、身份证号、身份证人像照片与权威库的证件照进行比对,是否属于同一个人,从而验证身份证信息的真实性。 -
Uses of CheckIdCardInformationRequest in com.tencentcloudapi.faceid.v20180301.models
Constructors in com.tencentcloudapi.faceid.v20180301.models with parameters of type CheckIdCardInformationRequest Constructor Description CheckIdCardInformationRequest(CheckIdCardInformationRequest 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.
-