public class Id2MetaVerifyWithOCRRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
certFile
Input stream for the portrait side of the ID card image.
|
String |
certNationalFile
National emblem side of the ID card image address.
|
String |
certNationalUrl
National emblem side of the ID card image URL.
|
String |
certUrl
Portrait side of the ID card image.
|
| 构造器和说明 |
|---|
Id2MetaVerifyWithOCRRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Id2MetaVerifyWithOCRRequest |
build(Map<String,?> map) |
String |
getCertFile() |
String |
getCertNationalFile() |
String |
getCertNationalUrl() |
String |
getCertUrl() |
Id2MetaVerifyWithOCRRequest |
setCertFile(String certFile) |
Id2MetaVerifyWithOCRRequest |
setCertNationalFile(String certNationalFile) |
Id2MetaVerifyWithOCRRequest |
setCertNationalUrl(String certNationalUrl) |
Id2MetaVerifyWithOCRRequest |
setCertUrl(String certUrl) |
@NameInMap(value="CertFile") public String certFile
Input stream for the portrait side of the ID card image. Choose one between CertUrl and CertFile.
example:无
@NameInMap(value="CertNationalFile") public String certNationalFile
National emblem side of the ID card image address. Choose one between CertNationalUrl and CertNationalFile, or omit both.
example:无
@NameInMap(value="CertNationalUrl") public String certNationalUrl
National emblem side of the ID card image URL. National emblem side A publicly accessible HTTP or HTTPS link. Choose one between CertNationalUrl and CertNationalFile, or omit both.
example:@NameInMap(value="CertUrl") public String certUrl
Portrait side of the ID card image. A publicly accessible HTTP or HTTPS link. Choose one between CertUrl and CertFile.
example:public static Id2MetaVerifyWithOCRRequest build(Map<String,?> map) throws Exception
Exceptionpublic Id2MetaVerifyWithOCRRequest setCertFile(String certFile)
public String getCertFile()
public Id2MetaVerifyWithOCRRequest setCertNationalFile(String certNationalFile)
public String getCertNationalFile()
public Id2MetaVerifyWithOCRRequest setCertNationalUrl(String certNationalUrl)
public String getCertNationalUrl()
public Id2MetaVerifyWithOCRRequest setCertUrl(String certUrl)
public String getCertUrl()
Copyright © 2025. All rights reserved.