| 程序包 | 说明 |
|---|---|
| com.lark.oapi.service.document_ai.v1.model |
| 限定符和类型 | 方法和说明 |
|---|---|
DocChunkTableCell.Builder |
DocChunkTableCell.Builder.colIndex(Integer colIndex)
单元格列逻辑坐标,表示当前单元格在第colIndex列
示例值:10
|
DocChunkTableCell.Builder |
DocChunkTableCell.Builder.colSpan(Integer colSpan)
单元格占的列数
示例值:3
|
DocChunkTableCell.Builder |
DocChunkTableCell.Builder.files(String[] files)
单元格内部文件列表(临时链接 / 文件token)
示例值:
|
DocChunkTableCell.Builder |
DocChunkTableCell.Builder.images(String[] images)
单元格内部图片列表(base64 / 文件token)
示例值:
|
DocChunkTableCell.Builder |
DocChunkTableCell.Builder.isHeader(Boolean isHeader)
是否是表头
示例值:
|
DocChunkTableCell.Builder |
DocChunkTableCell.Builder.isMergeCell(Boolean isMergeCell)
是否为合并单元格
示例值:
|
static DocChunkTableCell.Builder |
DocChunkTableCell.newBuilder() |
DocChunkTableCell.Builder |
DocChunkTableCell.Builder.rowIndex(Integer rowIndex)
单元格行逻辑坐标,表示当前单元格在第rowIndex行
示例值:10
|
DocChunkTableCell.Builder |
DocChunkTableCell.Builder.rowSpan(Integer rowSpan)
单元格占的行数
示例值:3
|
DocChunkTableCell.Builder |
DocChunkTableCell.Builder.text(String text)
文本内容
示例值:Transformer-CC...
|
DocChunkTableCell.Builder |
DocChunkTableCell.Builder.type(String type)
现在只有paragraph,目前只支持文本形式的单元格内容返回
示例值:paragraph
|
DocChunkTableCell.Builder |
DocChunkTableCell.Builder.x0(String x0)
单元格的bbox坐标(左)
示例值:181.0478
|
DocChunkTableCell.Builder |
DocChunkTableCell.Builder.x1(String x1)
单元格的bbox坐标(右)
示例值:197.11617
|
DocChunkTableCell.Builder |
DocChunkTableCell.Builder.y0(String y0)
单元格的bbox坐标(上)
示例值:57.51546
|
DocChunkTableCell.Builder |
DocChunkTableCell.Builder.y1(String y1)
单元格的bbox坐标(下)
示例值:62.600098
|
| 构造器和说明 |
|---|
DocChunkTableCell(DocChunkTableCell.Builder builder) |
Copyright © 2025. All rights reserved.