public class TableCell extends AbstractModel
Constructor and Description |
---|
TableCell() |
TableCell(TableCell 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 此字段为扩展字段
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getColBr()
Get 单元格右下角的列索引
|
Long |
getColTl()
Get 单元格左上角的列索引
|
Float |
getConfidence()
Get 单元格置信度
|
CellContent[] |
getContents()
Get 单元格文本属性
|
Coord[] |
getPolygon()
Get 单元格在图像中的四点坐标
|
Long |
getRowBr()
Get 单元格右下角的行索引
|
Long |
getRowTl()
Get 单元格左上角的行索引
|
String |
getText()
Get 单元格内识别出的字符串文本,若文本存在多行,以换行符"\n"隔开
|
String |
getType()
Get 单元格类型
|
void |
setAdvancedInfo(String AdvancedInfo)
Set 此字段为扩展字段
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setColBr(Long ColBr)
Set 单元格右下角的列索引
|
void |
setColTl(Long ColTl)
Set 单元格左上角的列索引
|
void |
setConfidence(Float Confidence)
Set 单元格置信度
|
void |
setContents(CellContent[] Contents)
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, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public TableCell()
public TableCell(TableCell 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
- 单元格在图像中的四点坐标public String getAdvancedInfo()
public void setAdvancedInfo(String AdvancedInfo)
AdvancedInfo
- 此字段为扩展字段
注意:此字段可能返回 null,表示取不到有效值。public CellContent[] getContents()
public void setContents(CellContent[] Contents)
Contents
- 单元格文本属性Copyright © 2021. All rights reserved.