Package | Description |
---|---|
com.tencentcloudapi.ocr.v20181119.models |
Modifier and Type | Method and Description |
---|---|
Rect |
SealInfo.getLocation()
Get Seal coordinates
|
Rect |
SealOCRResponse.getLocation()
Get Seal coordinates
|
Rect |
LicensePlateInfo.getRect()
Get The bounding box coordinates of the text line in the original image.
|
Rect |
LicensePlateOCRResponse.getRect()
Get The bounding box coordinates of the text line in the original image.
|
Modifier and Type | Method and Description |
---|---|
void |
SealInfo.setLocation(Rect Location)
Set Seal coordinates
|
void |
SealOCRResponse.setLocation(Rect Location)
Set Seal coordinates
|
void |
LicensePlateInfo.setRect(Rect Rect)
Set The bounding box coordinates of the text line in the original image.
|
void |
LicensePlateOCRResponse.setRect(Rect Rect)
Set The bounding box coordinates of the text line in the original image.
|
Constructor and Description |
---|
Rect(Rect 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.