Class BodyJointsResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bda.v20200324.models.BodyJointsResult
-
public class BodyJointsResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyPointInfo[]getBodyJoints()Get 14个人体关键点的坐标,人体关键点详见KeyPointInfo。BoundRectgetBoundBox()Get 图中检测出来的人体框。FloatgetConfidence()Get 检测出的人体置信度,0-1之间,数值越高越准确。voidsetBodyJoints(KeyPointInfo[] BodyJoints)Set 14个人体关键点的坐标,人体关键点详见KeyPointInfo。voidsetBoundBox(BoundRect BoundBox)Set 图中检测出来的人体框。voidsetConfidence(Float Confidence)Set 检测出的人体置信度,0-1之间,数值越高越准确。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
BodyJointsResult
public BodyJointsResult()
-
BodyJointsResult
public 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.
-
-
Method Detail
-
getBoundBox
public BoundRect getBoundBox()
Get 图中检测出来的人体框。- Returns:
- BoundBox 图中检测出来的人体框。
-
setBoundBox
public void setBoundBox(BoundRect BoundBox)
Set 图中检测出来的人体框。- Parameters:
BoundBox- 图中检测出来的人体框。
-
getBodyJoints
public KeyPointInfo[] getBodyJoints()
Get 14个人体关键点的坐标,人体关键点详见KeyPointInfo。- Returns:
- BodyJoints 14个人体关键点的坐标,人体关键点详见KeyPointInfo。
-
setBodyJoints
public void setBodyJoints(KeyPointInfo[] BodyJoints)
Set 14个人体关键点的坐标,人体关键点详见KeyPointInfo。- Parameters:
BodyJoints- 14个人体关键点的坐标,人体关键点详见KeyPointInfo。
-
getConfidence
public Float getConfidence()
Get 检测出的人体置信度,0-1之间,数值越高越准确。- Returns:
- Confidence 检测出的人体置信度,0-1之间,数值越高越准确。
-
setConfidence
public void setConfidence(Float Confidence)
Set 检测出的人体置信度,0-1之间,数值越高越准确。- Parameters:
Confidence- 检测出的人体置信度,0-1之间,数值越高越准确。
-
-