Uses of Class
com.tencentcloudapi.bda.v20200324.models.BodyAttributeInfo
-
Packages that use BodyAttributeInfo Package Description com.tencentcloudapi.bda.v20200324.models -
-
Uses of BodyAttributeInfo in com.tencentcloudapi.bda.v20200324.models
Methods in com.tencentcloudapi.bda.v20200324.models that return BodyAttributeInfo Modifier and Type Method Description BodyAttributeInfoBodyDetectResult. getBodyAttributeInfo()Get 图中检测出的人体属性信息。Methods in com.tencentcloudapi.bda.v20200324.models with parameters of type BodyAttributeInfo Modifier and Type Method Description voidBodyDetectResult. setBodyAttributeInfo(BodyAttributeInfo BodyAttributeInfo)Set 图中检测出的人体属性信息。Constructors in com.tencentcloudapi.bda.v20200324.models with parameters of type BodyAttributeInfo Constructor Description BodyAttributeInfo(BodyAttributeInfo 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.
-