public class RecognizeAllTextShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
advancedConfigShrink |
InputStream |
body |
String |
idCardConfigShrink |
String |
internationalBusinessLicenseConfigShrink |
String |
internationalIdCardConfigShrink |
String |
multiLanConfigShrink |
Boolean |
outputBarCode
example:
false
|
String |
outputCoordinate
example:
false
|
Boolean |
outputFigure
example:
false
if can be null:
true
|
Boolean |
outputKVExcel
example:
false
|
Boolean |
outputOricoord
example:
false
|
Boolean |
outputQrcode
example:
false
if can be null:
true
|
Boolean |
outputStamp
example:
false
if can be null:
true
|
Integer |
pageNo
example:
1
|
String |
tableConfigShrink |
String |
type
This parameter is required.
|
String |
url
example:
https://example.png
|
| 构造器和说明 |
|---|
RecognizeAllTextShrinkRequest() |
@NameInMap(value="AdvancedConfig") public String advancedConfigShrink
@NameInMap(value="IdCardConfig") public String idCardConfigShrink
@NameInMap(value="InternationalBusinessLicenseConfig") public String internationalBusinessLicenseConfigShrink
@NameInMap(value="InternationalIdCardConfig") public String internationalIdCardConfigShrink
@NameInMap(value="MultiLanConfig") public String multiLanConfigShrink
@NameInMap(value="OutputBarCode") public Boolean outputBarCode
false
@NameInMap(value="OutputCoordinate") public String outputCoordinate
false
@NameInMap(value="OutputFigure") public Boolean outputFigure
false
if can be null:true
@NameInMap(value="OutputKVExcel") public Boolean outputKVExcel
false
@NameInMap(value="OutputOricoord") public Boolean outputOricoord
false
@NameInMap(value="OutputQrcode") public Boolean outputQrcode
false
if can be null:true
@NameInMap(value="OutputStamp") public Boolean outputStamp
false
if can be null:true
@NameInMap(value="PageNo") public Integer pageNo
1
@NameInMap(value="TableConfig") public String tableConfigShrink
@NameInMap(value="Type") public String type
This parameter is required.
example:Advanced
@NameInMap(value="Url") public String url
@NameInMap(value="body") public InputStream body
public static RecognizeAllTextShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic RecognizeAllTextShrinkRequest setAdvancedConfigShrink(String advancedConfigShrink)
public String getAdvancedConfigShrink()
public RecognizeAllTextShrinkRequest setIdCardConfigShrink(String idCardConfigShrink)
public String getIdCardConfigShrink()
public RecognizeAllTextShrinkRequest setInternationalBusinessLicenseConfigShrink(String internationalBusinessLicenseConfigShrink)
public String getInternationalBusinessLicenseConfigShrink()
public RecognizeAllTextShrinkRequest setInternationalIdCardConfigShrink(String internationalIdCardConfigShrink)
public String getInternationalIdCardConfigShrink()
public RecognizeAllTextShrinkRequest setMultiLanConfigShrink(String multiLanConfigShrink)
public String getMultiLanConfigShrink()
public RecognizeAllTextShrinkRequest setOutputBarCode(Boolean outputBarCode)
public Boolean getOutputBarCode()
public RecognizeAllTextShrinkRequest setOutputCoordinate(String outputCoordinate)
public String getOutputCoordinate()
public RecognizeAllTextShrinkRequest setOutputFigure(Boolean outputFigure)
public Boolean getOutputFigure()
public RecognizeAllTextShrinkRequest setOutputKVExcel(Boolean outputKVExcel)
public Boolean getOutputKVExcel()
public RecognizeAllTextShrinkRequest setOutputOricoord(Boolean outputOricoord)
public Boolean getOutputOricoord()
public RecognizeAllTextShrinkRequest setOutputQrcode(Boolean outputQrcode)
public Boolean getOutputQrcode()
public RecognizeAllTextShrinkRequest setOutputStamp(Boolean outputStamp)
public Boolean getOutputStamp()
public RecognizeAllTextShrinkRequest setPageNo(Integer pageNo)
public Integer getPageNo()
public RecognizeAllTextShrinkRequest setTableConfigShrink(String tableConfigShrink)
public String getTableConfigShrink()
public RecognizeAllTextShrinkRequest setType(String type)
public String getType()
public RecognizeAllTextShrinkRequest setUrl(String url)
public String getUrl()
public RecognizeAllTextShrinkRequest setBody(InputStream body)
public InputStream getBody()
Copyright © 2024. All rights reserved.