public class BodyJointsResult extends AbstractModel
Constructor and Description |
---|
BodyJointsResult() |
BodyJointsResult(BodyJointsResult 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 |
---|---|
KeyPointInfo[] |
getBodyJoints()
Get 14个人体关键点的坐标,人体关键点详见KeyPointInfo。
|
BoundRect |
getBoundBox()
Get 图中检测出来的人体框。
|
Float |
getConfidence()
Get 检测出的人体置信度,0-1之间,数值越高越准确。
|
void |
setBodyJoints(KeyPointInfo[] BodyJoints)
Set 14个人体关键点的坐标,人体关键点详见KeyPointInfo。
|
void |
setBoundBox(BoundRect BoundBox)
Set 图中检测出来的人体框。
|
void |
setConfidence(Float Confidence)
Set 检测出的人体置信度,0-1之间,数值越高越准确。
|
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 BodyJointsResult()
public BodyJointsResult(BodyJointsResult source)
public BoundRect getBoundBox()
public void setBoundBox(BoundRect BoundBox)
BoundBox
- 图中检测出来的人体框。public KeyPointInfo[] getBodyJoints()
public void setBodyJoints(KeyPointInfo[] BodyJoints)
BodyJoints
- 14个人体关键点的坐标,人体关键点详见KeyPointInfo。public Float getConfidence()
public void setConfidence(Float Confidence)
Confidence
- 检测出的人体置信度,0-1之间,数值越高越准确。Copyright © 2021. All rights reserved.