public class TableDetectInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TableDetectInfo() | 
| TableDetectInfo(TableDetectInfo 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 | 
|---|---|
| TableCell[] | getCells()Get 单元格内容
注意:此字段可能返回 null,表示取不到有效值。 | 
| Coord[] | getTableCoordPoint()Get 表格主体四个顶点坐标(依次为左上角,
右上角,右下角,左下角)
注意:此字段可能返回 null,表示取不到有效值。 | 
| TableTitle[] | getTitles()Get 表格标题
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getType()Get 图像中的文本块类型,0 为非表格文本,
1 为有线表格,2 为无线表格
(接口暂不支持日文无线表格识别,若传入日文无线表格,返回0)
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCells(TableCell[] Cells)Set 单元格内容
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setTableCoordPoint(Coord[] TableCoordPoint)Set 表格主体四个顶点坐标(依次为左上角,
右上角,右下角,左下角)
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setTitles(TableTitle[] Titles)Set 表格标题
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setType(Long Type)Set 图像中的文本块类型,0 为非表格文本,
1 为有线表格,2 为无线表格
(接口暂不支持日文无线表格识别,若传入日文无线表格,返回0)
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TableDetectInfo()
public TableDetectInfo(TableDetectInfo source)
public TableCell[] getCells()
public void setCells(TableCell[] Cells)
Cells - 单元格内容
注意:此字段可能返回 null,表示取不到有效值。public TableTitle[] getTitles()
public void setTitles(TableTitle[] Titles)
Titles - 表格标题
注意:此字段可能返回 null,表示取不到有效值。public Long getType()
public void setType(Long Type)
Type - 图像中的文本块类型,0 为非表格文本,
1 为有线表格,2 为无线表格
(接口暂不支持日文无线表格识别,若传入日文无线表格,返回0)
注意:此字段可能返回 null,表示取不到有效值。public Coord[] getTableCoordPoint()
public void setTableCoordPoint(Coord[] TableCoordPoint)
TableCoordPoint - 表格主体四个顶点坐标(依次为左上角,
右上角,右下角,左下角)
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.