public class TableCellInfo extends AbstractModel
skipSign
Constructor and Description |
---|
TableCellInfo() |
TableCellInfo(TableCellInfo 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 |
---|---|
Long |
getColBr()
Get 单元格右下角的列索引
|
Long |
getColTl()
Get 单元格左上角的列索引
|
Float |
getConfidence()
Get 单元格置信度
|
Coord[] |
getPolygon()
Get 单元格在图像中的四点坐标
|
Long |
getRowBr()
Get 单元格右下角的行索引
|
Long |
getRowTl()
Get 单元格左上角的行索引
|
String |
getText()
Get 单元格内识别出的字符串文本,若文本存在多行,以换行符"\n"隔开
|
String |
getType()
Get 单元格类型
|
void |
setColBr(Long ColBr)
Set 单元格右下角的列索引
|
void |
setColTl(Long ColTl)
Set 单元格左上角的列索引
|
void |
setConfidence(Float Confidence)
Set 单元格置信度
|
void |
setPolygon(Coord[] Polygon)
Set 单元格在图像中的四点坐标
|
void |
setRowBr(Long RowBr)
Set 单元格右下角的行索引
|
void |
setRowTl(Long RowTl)
Set 单元格左上角的行索引
|
void |
setText(String Text)
Set 单元格内识别出的字符串文本,若文本存在多行,以换行符"\n"隔开
|
void |
setType(String Type)
Set 单元格类型
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TableCellInfo()
public TableCellInfo(TableCellInfo source)
public Long getColTl()
public void setColTl(Long ColTl)
ColTl
- 单元格左上角的列索引public Long getRowTl()
public void setRowTl(Long RowTl)
RowTl
- 单元格左上角的行索引public Long getColBr()
public void setColBr(Long ColBr)
ColBr
- 单元格右下角的列索引public Long getRowBr()
public void setRowBr(Long RowBr)
RowBr
- 单元格右下角的行索引public String getText()
public void setText(String Text)
Text
- 单元格内识别出的字符串文本,若文本存在多行,以换行符"\n"隔开public String getType()
public void setType(String Type)
Type
- 单元格类型public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- 单元格置信度public Coord[] getPolygon()
public void setPolygon(Coord[] Polygon)
Polygon
- 单元格在图像中的四点坐标Copyright © 2023. All rights reserved.