Package | Description |
---|---|
com.tencentcloudapi.mrs.v20200910.models |
Modifier and Type | Method and Description |
---|---|
Coordinate |
IndicatorItem.getCoords()
Get 指标项坐标位置
注意:此字段可能返回 null,表示取不到有效值。
|
Coordinate[] |
OcrItem.getCoords()
Get Words 中每个文字的坐标数组,顺序与Words中的字符顺序一致
|
Coordinate |
OcrItem.getWordCoords()
Get 整个字符块的坐标信息
|
Modifier and Type | Method and Description |
---|---|
void |
IndicatorItem.setCoords(Coordinate Coords)
Set 指标项坐标位置
注意:此字段可能返回 null,表示取不到有效值。
|
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 © 2024. All rights reserved.