Package | Description |
---|---|
com.tencentcloudapi.ims.v20200713.models |
Modifier and Type | Method and Description |
---|---|
Location |
RecognitionTag.getLocation()
Get 标签位置信息,若模型无位置信息,则可能为零值
注意:此字段可能返回 null,表示取不到有效值。
|
Location |
ObjectDetail.getLocation()
Get 检测框坐标
|
Location |
OcrTextDetail.getLocation()
Get OCR位置
|
Modifier and Type | Method and Description |
---|---|
void |
RecognitionTag.setLocation(Location Location)
Set 标签位置信息,若模型无位置信息,则可能为零值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
ObjectDetail.setLocation(Location Location)
Set 检测框坐标
|
void |
OcrTextDetail.setLocation(Location Location)
Set OCR位置
|
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 © 2024. All rights reserved.