public static class RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesTableInfo
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
tableCount
example:
2
|
List<RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesTableInfoTableDetails> |
tableDetails |
String |
tableExcel
example:
https://example.xlsx
|
String |
tableHtml
example:
https://example.html
|
| 构造器和说明 |
|---|
RecognizeAllTextResponseBodyDataSubImagesTableInfo() |
@NameInMap(value="TableCount") public Integer tableCount
2
@NameInMap(value="TableDetails") public List<RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesTableInfoTableDetails> tableDetails
@NameInMap(value="TableExcel") public String tableExcel
@NameInMap(value="TableHtml") public String tableHtml
public RecognizeAllTextResponseBodyDataSubImagesTableInfo()
public static RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesTableInfo build(Map<String,?> map) throws Exception
Exceptionpublic RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesTableInfo setTableCount(Integer tableCount)
public Integer getTableCount()
public RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesTableInfo setTableDetails(List<RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesTableInfoTableDetails> tableDetails)
public List<RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesTableInfoTableDetails> getTableDetails()
public RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesTableInfo setTableExcel(String tableExcel)
public String getTableExcel()
public RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesTableInfo setTableHtml(String tableHtml)
public String getTableHtml()
Copyright © 2024. All rights reserved.