public class Id2MetaVerifyWithOCRAdvanceRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
InputStream |
certFileObject
Input stream for the portrait side of the ID card image.
|
InputStream |
certNationalFileObject
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.
|
| 构造器和说明 |
|---|
Id2MetaVerifyWithOCRAdvanceRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Id2MetaVerifyWithOCRAdvanceRequest |
build(Map<String,?> map) |
InputStream |
getCertFileObject() |
InputStream |
getCertNationalFileObject() |
String |
getCertNationalUrl() |
String |
getCertUrl() |
Id2MetaVerifyWithOCRAdvanceRequest |
setCertFileObject(InputStream certFileObject) |
Id2MetaVerifyWithOCRAdvanceRequest |
setCertNationalFileObject(InputStream certNationalFileObject) |
Id2MetaVerifyWithOCRAdvanceRequest |
setCertNationalUrl(String certNationalUrl) |
Id2MetaVerifyWithOCRAdvanceRequest |
setCertUrl(String certUrl) |
@NameInMap(value="CertFile") public InputStream certFileObject
Input stream for the portrait side of the ID card image. Choose one between CertUrl and CertFile.
example:无
@NameInMap(value="CertNationalFile") public InputStream certNationalFileObject
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 Id2MetaVerifyWithOCRAdvanceRequest build(Map<String,?> map) throws Exception
Exceptionpublic Id2MetaVerifyWithOCRAdvanceRequest setCertFileObject(InputStream certFileObject)
public InputStream getCertFileObject()
public Id2MetaVerifyWithOCRAdvanceRequest setCertNationalFileObject(InputStream certNationalFileObject)
public InputStream getCertNationalFileObject()
public Id2MetaVerifyWithOCRAdvanceRequest setCertNationalUrl(String certNationalUrl)
public String getCertNationalUrl()
public Id2MetaVerifyWithOCRAdvanceRequest setCertUrl(String certUrl)
public String getCertUrl()
Copyright © 2025. All rights reserved.