Uses of Class
com.tencentcloudapi.bda.v20200324.models.KeyPointInfo
-
Packages that use KeyPointInfo Package Description com.tencentcloudapi.bda.v20200324.models -
-
Uses of KeyPointInfo in com.tencentcloudapi.bda.v20200324.models
Methods in com.tencentcloudapi.bda.v20200324.models that return KeyPointInfo Modifier and Type Method Description KeyPointInfo[]BodyJointsResult. getBodyJoints()Get 14个人体关键点的坐标,人体关键点详见KeyPointInfo。Methods in com.tencentcloudapi.bda.v20200324.models with parameters of type KeyPointInfo Modifier and Type Method Description voidBodyJointsResult. setBodyJoints(KeyPointInfo[] BodyJoints)Set 14个人体关键点的坐标,人体关键点详见KeyPointInfo。Constructors in com.tencentcloudapi.bda.v20200324.models with parameters of type KeyPointInfo Constructor Description KeyPointInfo(KeyPointInfo 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.
-