| Package | Description |
|---|---|
| com.tencentcloudapi.tiia.v20190529.models |
| Modifier and Type | Method and Description |
|---|---|
Box[] |
ObjectInfo.getAllBox()
Get 图像的所有主体区域,置信度,以及主体区域类别ID。
注意:此字段可能返回 null,表示取不到有效值。
|
Box |
ObjectInfo.getBox()
Get 图像主体区域。
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectInfo.setAllBox(Box[] AllBox)
Set 图像的所有主体区域,置信度,以及主体区域类别ID。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
ObjectInfo.setBox(Box Box)
Set 图像主体区域。
|
| Constructor and Description |
|---|
Box(Box 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 © 2025. All rights reserved.