| Package | Description |
|---|---|
| com.tencentcloudapi.ocr.v20181119.models |
| Modifier and Type | Method and Description |
|---|---|
Positions[] |
MarkEssaySuggestions.getPositions()
Get array[][]二维数组,原文内容可能存在跨行的句子,会有多组坐标返回
切图区域的4个角点坐标, 是个长度为8的数组
[0,1,2,3,4,5,6,7]
(0,1) 左上角坐标
(2,3) 右上角坐标
(4,5) 右下角坐标
(6,7) 左下角坐标
|
| Modifier and Type | Method and Description |
|---|---|
void |
MarkEssaySuggestions.setPositions(Positions[] Positions)
Set array[][]二维数组,原文内容可能存在跨行的句子,会有多组坐标返回
切图区域的4个角点坐标, 是个长度为8的数组
[0,1,2,3,4,5,6,7]
(0,1) 左上角坐标
(2,3) 右上角坐标
(4,5) 右下角坐标
(6,7) 左下角坐标
|
| Constructor and Description |
|---|
Positions(Positions 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.
|
Copyright © 2026. All rights reserved.