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 StringgetAdvancedInfo()Get 此字段为扩展字段LonggetColBr()Get 单元格右下角的列索引LonggetColTl()Get 单元格左上角的列索引LonggetConfidence()Get 置信度 0 ~100Coord[]getPolygon()Get 文本行坐标,以四个顶点坐标表示LonggetRowBr()Get 单元格右下角的行索引LonggetRowTl()Get 单元格左上角的行索引StringgetText()Get 单元格文字StringgetType()Get 单元格类型,包含body(表格主体)、header(表头)、footer(表尾)三种voidsetAdvancedInfo(String AdvancedInfo)Set 此字段为扩展字段voidsetColBr(Long ColBr)Set 单元格右下角的列索引voidsetColTl(Long ColTl)Set 单元格左上角的列索引voidsetConfidence(Long Confidence)Set 置信度 0 ~100voidsetPolygon(Coord[] Polygon)Set 文本行坐标,以四个顶点坐标表示voidsetRowBr(Long RowBr)Set 单元格右下角的行索引voidsetRowTl(Long RowTl)Set 单元格左上角的行索引voidsetText(String Text)Set 单元格文字voidsetType(String Type)Set 单元格类型,包含body(表格主体)、header(表头)、footer(表尾)三种voidtoMap(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- 此字段为扩展字段
-
-