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