| Package | Description | 
|---|---|
| com.tencentcloudapi.ims.v20201229.models | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
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. 
 | 
| 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.