Class TextTable
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ocr.v20181119.models.TextTable
-
public class TextTable extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAdvancedInfo()
Get 此字段为扩展字段Long
getColBr()
Get 单元格右下角的列索引Long
getColTl()
Get 单元格左上角的列索引Long
getConfidence()
Get 置信度 0 ~100Coord[]
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 ~100void
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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
TextTable
public TextTable()
-
TextTable
public 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.
-
-
Method Detail
-
getColTl
public Long getColTl()
Get 单元格左上角的列索引- Returns:
- ColTl 单元格左上角的列索引
-
setColTl
public void setColTl(Long ColTl)
Set 单元格左上角的列索引- Parameters:
ColTl
- 单元格左上角的列索引
-
getRowTl
public Long getRowTl()
Get 单元格左上角的行索引- Returns:
- RowTl 单元格左上角的行索引
-
setRowTl
public void setRowTl(Long RowTl)
Set 单元格左上角的行索引- Parameters:
RowTl
- 单元格左上角的行索引
-
getColBr
public Long getColBr()
Get 单元格右下角的列索引- Returns:
- ColBr 单元格右下角的列索引
-
setColBr
public void setColBr(Long ColBr)
Set 单元格右下角的列索引- Parameters:
ColBr
- 单元格右下角的列索引
-
getRowBr
public Long getRowBr()
Get 单元格右下角的行索引- Returns:
- RowBr 单元格右下角的行索引
-
setRowBr
public void setRowBr(Long RowBr)
Set 单元格右下角的行索引- Parameters:
RowBr
- 单元格右下角的行索引
-
getText
public String getText()
Get 单元格文字- Returns:
- Text 单元格文字
-
setText
public void setText(String Text)
Set 单元格文字- Parameters:
Text
- 单元格文字
-
getType
public String getType()
Get 单元格类型,包含body(表格主体)、header(表头)、footer(表尾)三种- Returns:
- Type 单元格类型,包含body(表格主体)、header(表头)、footer(表尾)三种
-
setType
public void setType(String Type)
Set 单元格类型,包含body(表格主体)、header(表头)、footer(表尾)三种- Parameters:
Type
- 单元格类型,包含body(表格主体)、header(表头)、footer(表尾)三种
-
getConfidence
public Long getConfidence()
Get 置信度 0 ~100- Returns:
- Confidence 置信度 0 ~100
-
setConfidence
public void setConfidence(Long Confidence)
Set 置信度 0 ~100- Parameters:
Confidence
- 置信度 0 ~100
-
getPolygon
public Coord[] getPolygon()
Get 文本行坐标,以四个顶点坐标表示- Returns:
- Polygon 文本行坐标,以四个顶点坐标表示
-
setPolygon
public void setPolygon(Coord[] Polygon)
Set 文本行坐标,以四个顶点坐标表示- Parameters:
Polygon
- 文本行坐标,以四个顶点坐标表示
-
getAdvancedInfo
public String getAdvancedInfo()
Get 此字段为扩展字段- Returns:
- AdvancedInfo 此字段为扩展字段
-
setAdvancedInfo
public void setAdvancedInfo(String AdvancedInfo)
Set 此字段为扩展字段- Parameters:
AdvancedInfo
- 此字段为扩展字段
-
-