public class TextTable extends AbstractModel
Constructor and Description |
---|
TextTable() |
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 Long getColTl()
public void setColTl(Long ColTl)
ColTl
- Column index of the top-left corner of the cellpublic Long getRowTl()
public void setRowTl(Long RowTl)
RowTl
- Row index of the top-left corner of the cellpublic Long getColBr()
public void setColBr(Long ColBr)
ColBr
- Column index of the bottom-right corner of the cellpublic Long getRowBr()
public void setRowBr(Long RowBr)
RowBr
- Row index of the bottom-right corner of the cellpublic 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 coordinatespublic String getAdvancedInfo()
public void setAdvancedInfo(String AdvancedInfo)
AdvancedInfo
- Extended fieldCopyright © 2020. All rights reserved.