public class TableInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
TableInfo() |
TableInfo(TableInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
TableCellInfo[] |
getCells()
Get Cell content
Note: This parameter may return null, indicating that no valid values can be obtained.
|
Coord[] |
getTableCoordPoint()
Get The coordinates of the four vertices (upper-left, upper-right, lower-right, and lower-left) of the table body.
|
Long |
getType()
Get Type of text in the image.
|
void |
setCells(TableCellInfo[] Cells)
Set Cell content
Note: This parameter may return null, indicating that no valid values can be obtained.
|
void |
setTableCoordPoint(Coord[] TableCoordPoint)
Set The coordinates of the four vertices (upper-left, upper-right, lower-right, and lower-left) of the table body.
|
void |
setType(Long Type)
Set Type of text in the image.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TableInfo()
public TableInfo(TableInfo source)
public TableCellInfo[] getCells()
public void setCells(TableCellInfo[] Cells)
Cells
- Cell content
Note: This parameter may return null, indicating that no valid values can be obtained.public Long getType()
public void setType(Long Type)
Type
- Type of text in the image. Valid values:
0: Non-table text
1: Text in a bordered table
2: Text in a borderless table
Note: This parameter may return null, indicating that no valid values can be obtained.public Coord[] getTableCoordPoint()
public void setTableCoordPoint(Coord[] TableCoordPoint)
TableCoordPoint
- The coordinates of the four vertices (upper-left, upper-right, lower-right, and lower-left) of the table body.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.