Package | Description |
---|---|
com.tencentcloudapi.ims.v20201229.models |
Modifier and Type | Method and Description |
---|---|
Location |
ObjectDetail.getLocation()
Get 该字段用于返回实体检测框的坐标位置(左上角xy坐标、长宽、旋转角度)以方便快速定位实体的相关信息。
|
Location |
RecognitionTag.getLocation()
Get 标签位置信息,若模型无位置信息,则可能为零值
注意:此字段可能返回 null,表示取不到有效值。
|
Location |
OcrTextDetail.getLocation()
Get 该参数用于返回OCR检测框在图片中的位置(左上角xy坐标、长宽、旋转角度),以方便快速定位识别文字的相关信息。
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectDetail.setLocation(Location Location)
Set 该字段用于返回实体检测框的坐标位置(左上角xy坐标、长宽、旋转角度)以方便快速定位实体的相关信息。
|
void |
RecognitionTag.setLocation(Location Location)
Set 标签位置信息,若模型无位置信息,则可能为零值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
OcrTextDetail.setLocation(Location Location)
Set 该参数用于返回OCR检测框在图片中的位置(左上角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 © 2023. All rights reserved.