Package | Description |
---|---|
com.tencentcloudapi.ocr.v20181119.models |
Modifier and Type | Method and Description |
---|---|
ItemCoord |
TextDetection.getItemPolygon()
Get Pixel coordinates of the text line in the image after rotation correction, which is in the format of `(X-coordinate of top-left point, Y-coordinate of top-left point, width, height)`.
|
Modifier and Type | Method and Description |
---|---|
void |
TextDetection.setItemPolygon(ItemCoord ItemPolygon)
Set Pixel coordinates of the text line in the image after rotation correction, which is in the format of `(X-coordinate of top-left point, Y-coordinate of top-left point, width, height)`.
|
Constructor and Description |
---|
ItemCoord(ItemCoord 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 © 2023. All rights reserved.