public class TextTable extends AbstractModel
Constructor and Description |
---|
TextTable() |
Modifier and Type | Method and Description |
---|---|
String |
getAdvancedInfo()
Get 此字段为扩展字段
|
Long |
getColBr()
Get 单元格右下角的列索引
|
Long |
getColTl()
Get 单元格左上角的列索引
|
Long |
getConfidence()
Get 置信度 0 ~100
|
Coord[] |
getPolygon()
Get 文本行坐标,以四个顶点坐标表示
|
Long |
getRowBr()
Get 单元格右下角的行索引
|
Long |
getRowTl()
Get 单元格左上角的行索引
|
String |
getText()
Get 单元格文字
|
String |
getType()
Get 单元格类型,包含body(表格主体)、header(表头)、footer(表尾)三种
|
void |
setAdvancedInfo(String AdvancedInfo)
Set 此字段为扩展字段
|
void |
setColBr(Long ColBr)
Set 单元格右下角的列索引
|
void |
setColTl(Long ColTl)
Set 单元格左上角的列索引
|
void |
setConfidence(Long Confidence)
Set 置信度 0 ~100
|
void |
setPolygon(Coord[] Polygon)
Set 文本行坐标,以四个顶点坐标表示
|
void |
setRowBr(Long RowBr)
Set 单元格右下角的行索引
|
void |
setRowTl(Long RowTl)
Set 单元格左上角的行索引
|
void |
setText(String Text)
Set 单元格文字
|
void |
setType(String Type)
Set 单元格类型,包含body(表格主体)、header(表头)、footer(表尾)三种
|
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
- 单元格左上角的列索引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
- 单元格文字public String getType()
public void setType(String Type)
Type
- 单元格类型,包含body(表格主体)、header(表头)、footer(表尾)三种public Long getConfidence()
public void setConfidence(Long Confidence)
Confidence
- 置信度 0 ~100public Coord[] getPolygon()
public void setPolygon(Coord[] Polygon)
Polygon
- 文本行坐标,以四个顶点坐标表示public String getAdvancedInfo()
public void setAdvancedInfo(String AdvancedInfo)
AdvancedInfo
- 此字段为扩展字段Copyright © 2020. All rights reserved.