| Package | Description |
|---|---|
| com.tencentcloudapi.mrs.v20200910.models |
| Modifier and Type | Method and Description |
|---|---|
Coordinate[] |
OcrItem.getCoords()
Get Words 中每个文字的坐标数组,顺序与Words中的字符顺序一致
|
Coordinate |
IndicatorItem.getCoords()
Get 指标项坐标位置
|
Coordinate |
OcrItem.getWordCoords()
Get 整个字符块的坐标信息
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndicatorItem.setCoords(Coordinate Coords)
Set 指标项坐标位置
|
void |
OcrItem.setCoords(Coordinate[] Coords)
Set Words 中每个文字的坐标数组,顺序与Words中的字符顺序一致
|
void |
OcrItem.setWordCoords(Coordinate WordCoords)
Set 整个字符块的坐标信息
|
| Constructor and Description |
|---|
Coordinate(Coordinate 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 © 2025. All rights reserved.