Package | Description |
---|---|
com.tencentcloudapi.ims.v20201229.models |
Modifier and Type | Method and Description |
---|---|
Location |
ObjectDetail.getLocation()
Get This field is used to return the coordinate position (X and Y coordinates of the top-left corner, length, width, and rotation angle) of the object detection frame for quick location of the object information.
|
Location |
RecognitionTag.getLocation()
Get Location information.
|
Location |
OcrTextDetail.getLocation()
Get This parameter is used to return the position (X and Y coordinates of the top-left corner, length, width, and rotation angle) of the OCR detection frame in the image for quick location of the recognized text.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectDetail.setLocation(Location Location)
Set This field is used to return the coordinate position (X and Y coordinates of the top-left corner, length, width, and rotation angle) of the object detection frame for quick location of the object information.
|
void |
RecognitionTag.setLocation(Location Location)
Set Location information.
|
void |
OcrTextDetail.setLocation(Location Location)
Set This parameter is used to return the position (X and Y coordinates of the top-left corner, length, width, and rotation angle) of the OCR detection frame in the image for quick location of the recognized text.
|
Constructor and Description |
---|
Location(Location 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.