| Package | Description |
|---|---|
| com.tencentcloudapi.iir.v20200417.models |
| Modifier and Type | Method and Description |
|---|---|
RegionDetected[] |
RecognizeProductResponse.getRegionDetected()
Get 检测到的图片中的商品位置和品类预测。
当图片中存在多个商品时,输出多组坐标,按照__显著性__排序(综合考虑面积、是否在中心、检测算法置信度)。
最多可以输出__3组__检测结果。
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecognizeProductResponse.setRegionDetected(RegionDetected[] RegionDetected)
Set 检测到的图片中的商品位置和品类预测。
当图片中存在多个商品时,输出多组坐标,按照__显著性__排序(综合考虑面积、是否在中心、检测算法置信度)。
最多可以输出__3组__检测结果。
|
| Constructor and Description |
|---|
RegionDetected(RegionDetected 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.