Package | Description |
---|---|
com.tencentcloudapi.ims.v20201229.models |
Modifier and Type | Method and Description |
---|---|
Location |
OcrTextDetail.getLocation()
Get 该参数用于返回OCR检测框在图片中的位置(左上角xy坐标、长宽、旋转角度),以方便快速定位识别文字的相关信息。
|
Location |
ObjectDetail.getLocation()
Get 该字段用于返回实体检测框的坐标位置(左上角xy坐标、长宽、旋转角度)以方便快速定位实体的相关信息。
|
Modifier and Type | Method and Description |
---|---|
void |
OcrTextDetail.setLocation(Location Location)
Set 该参数用于返回OCR检测框在图片中的位置(左上角xy坐标、长宽、旋转角度),以方便快速定位识别文字的相关信息。
|
void |
ObjectDetail.setLocation(Location Location)
Set 该字段用于返回实体检测框的坐标位置(左上角xy坐标、长宽、旋转角度)以方便快速定位实体的相关信息。
|
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 © 2021. All rights reserved.