Package | Description |
---|---|
com.tencentcloudapi.bda.v20200324.models |
Modifier and Type | Method and Description |
---|---|
BodyJointsResult[] |
DetectBodyJointsResponse.getBodyJointsResults()
Get 图中检测出的人体框和人体关键点, 包含14个人体关键点的坐标,建议根据人体框置信度筛选出合格的人体;
|
Modifier and Type | Method and Description |
---|---|
void |
DetectBodyJointsResponse.setBodyJointsResults(BodyJointsResult[] BodyJointsResults)
Set 图中检测出的人体框和人体关键点, 包含14个人体关键点的坐标,建议根据人体框置信度筛选出合格的人体;
|
Constructor and Description |
---|
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.
|
Copyright © 2022. All rights reserved.