public class TextTable extends AbstractModel
Constructor and Description |
---|
TextTable() |
TextTable(TextTable 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 |
---|---|
String |
getAdvancedInfo()
Get Extended field
|
Long |
getColBr()
Get Column index of the bottom-right corner of the cell.
|
Long |
getColTl()
Get Column index of the top-left corner of the cell.
|
Long |
getConfidence()
Get Confidence.
|
Coord[] |
getPolygon()
Get Text line coordinates, which are represented as 4 vertex coordinates.
|
Long |
getRowBr()
Get Row index of the bottom-right corner of the cell.
|
Long |
getRowTl()
Get Row index of the top-left corner of the cell.
|
String |
getText()
Get Cell text
|
String |
getType()
Get Cell type.
|
void |
setAdvancedInfo(String AdvancedInfo)
Set Extended field
|
void |
setColBr(Long ColBr)
Set Column index of the bottom-right corner of the cell.
|
void |
setColTl(Long ColTl)
Set Column index of the top-left corner of the cell.
|
void |
setConfidence(Long Confidence)
Set Confidence.
|
void |
setPolygon(Coord[] Polygon)
Set Text line coordinates, which are represented as 4 vertex coordinates.
|
void |
setRowBr(Long RowBr)
Set Row index of the bottom-right corner of the cell.
|
void |
setRowTl(Long RowTl)
Set Row index of the top-left corner of the cell.
|
void |
setText(String Text)
Set Cell text
|
void |
setType(String Type)
Set Cell type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public TextTable()
public TextTable(TextTable source)
public Long getColTl()
public void setColTl(Long ColTl)
ColTl
- Column index of the top-left corner of the cell.public Long getRowTl()
public void setRowTl(Long RowTl)
RowTl
- Row index of the top-left corner of the cell.public Long getColBr()
public void setColBr(Long ColBr)
ColBr
- Column index of the bottom-right corner of the cell.public Long getRowBr()
public void setRowBr(Long RowBr)
RowBr
- Row index of the bottom-right corner of the cell.public String getText()
public void setText(String Text)
Text
- Cell textpublic String getType()
public void setType(String Type)
Type
- Cell type. Valid values: body, header, footerpublic Long getConfidence()
public void setConfidence(Long Confidence)
Confidence
- Confidence. Value range: 0–100public Coord[] getPolygon()
public void setPolygon(Coord[] Polygon)
Polygon
- Text line coordinates, which are represented as 4 vertex coordinates.public String getAdvancedInfo()
public void setAdvancedInfo(String AdvancedInfo)
AdvancedInfo
- Extended fieldCopyright © 2021. All rights reserved.