public static class RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesTableInfoTableDetailsCellDetails
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<Integer> |
blockList |
Integer |
cellAngle
example:
0
|
String |
cellContent |
Integer |
cellId
example:
0
|
List<RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesTableInfoTableDetailsCellDetailsCellPoints> |
cellPoints |
RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesTableInfoTableDetailsCellDetailsCellRect |
cellRect |
Integer |
columnEnd
example:
5
|
Integer |
columnStart
example:
2
|
Integer |
rowEnd
example:
0
|
Integer |
rowStart
example:
0
|
| 构造器和说明 |
|---|
RecognizeAllTextResponseBodyDataSubImagesTableInfoTableDetailsCellDetails() |
@NameInMap(value="CellAngle") public Integer cellAngle
0
@NameInMap(value="CellContent") public String cellContent
@NameInMap(value="CellId") public Integer cellId
0
@NameInMap(value="CellPoints") public List<RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesTableInfoTableDetailsCellDetailsCellPoints> cellPoints
@NameInMap(value="CellRect") public RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesTableInfoTableDetailsCellDetailsCellRect cellRect
@NameInMap(value="ColumnEnd") public Integer columnEnd
5
@NameInMap(value="ColumnStart") public Integer columnStart
2
@NameInMap(value="RowEnd") public Integer rowEnd
0
@NameInMap(value="RowStart") public Integer rowStart
0
public RecognizeAllTextResponseBodyDataSubImagesTableInfoTableDetailsCellDetails()
public static RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesTableInfoTableDetailsCellDetails build(Map<String,?> map) throws Exception
Exceptionpublic RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesTableInfoTableDetailsCellDetails setBlockList(List<Integer> blockList)
public RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesTableInfoTableDetailsCellDetails setCellAngle(Integer cellAngle)
public Integer getCellAngle()
public RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesTableInfoTableDetailsCellDetails setCellContent(String cellContent)
public String getCellContent()
public RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesTableInfoTableDetailsCellDetails setCellId(Integer cellId)
public Integer getCellId()
public RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesTableInfoTableDetailsCellDetails setCellPoints(List<RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesTableInfoTableDetailsCellDetailsCellPoints> cellPoints)
public List<RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesTableInfoTableDetailsCellDetailsCellPoints> getCellPoints()
public RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesTableInfoTableDetailsCellDetails setCellRect(RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesTableInfoTableDetailsCellDetailsCellRect cellRect)
public RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesTableInfoTableDetailsCellDetailsCellRect getCellRect()
public RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesTableInfoTableDetailsCellDetails setColumnEnd(Integer columnEnd)
public Integer getColumnEnd()
public RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesTableInfoTableDetailsCellDetails setColumnStart(Integer columnStart)
public Integer getColumnStart()
public RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesTableInfoTableDetailsCellDetails setRowEnd(Integer rowEnd)
public Integer getRowEnd()
public RecognizeAllTextResponseBody.RecognizeAllTextResponseBodyDataSubImagesTableInfoTableDetailsCellDetails setRowStart(Integer rowStart)
public Integer getRowStart()
Copyright © 2024. All rights reserved.