public class Box extends AbstractModel
Constructor and Description |
---|
Box() |
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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCategoryId()
Get 主体区域类目ID
|
ImageRect |
getRect()
Get 图像主体区域。
|
Float |
getScore()
Get 置信度。
|
void |
setCategoryId(Long CategoryId)
Set 主体区域类目ID
|
void |
setRect(ImageRect Rect)
Set 图像主体区域。
|
void |
setScore(Float Score)
Set 置信度。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Box()
public Box(Box source)
public ImageRect getRect()
public void setRect(ImageRect Rect)
Rect
- 图像主体区域。public Float getScore()
public void setScore(Float Score)
Score
- 置信度。public Long getCategoryId()
public void setCategoryId(Long CategoryId)
CategoryId
- 主体区域类目IDCopyright © 2022. All rights reserved.