Uses of Class
com.tencentcloudapi.bda.v20200324.models.AttributesOptions
-
Packages that use AttributesOptions Package Description com.tencentcloudapi.bda.v20200324.models -
-
Uses of AttributesOptions in com.tencentcloudapi.bda.v20200324.models
Methods in com.tencentcloudapi.bda.v20200324.models that return AttributesOptions Modifier and Type Method Description AttributesOptionsDetectBodyRequest. getAttributesOptions()Get 是否返回年龄、性别、朝向等属性。 可选项有 Age、Bag、Gender、UpperBodyCloth、LowerBodyCloth、Orientation。 如果此参数为空则为不需要返回。 需要将属性组成一个用逗号分隔的字符串,属性之间的顺序没有要求。 关于各属性的详细描述,参见下文出参。 最多返回面积最大的 5 个人体属性信息,超过 5 个人体(第 6 个及以后的人体)的 BodyAttributesInfo 不具备参考意义。Methods in com.tencentcloudapi.bda.v20200324.models with parameters of type AttributesOptions Modifier and Type Method Description voidDetectBodyRequest. setAttributesOptions(AttributesOptions AttributesOptions)Set 是否返回年龄、性别、朝向等属性。 可选项有 Age、Bag、Gender、UpperBodyCloth、LowerBodyCloth、Orientation。 如果此参数为空则为不需要返回。 需要将属性组成一个用逗号分隔的字符串,属性之间的顺序没有要求。 关于各属性的详细描述,参见下文出参。 最多返回面积最大的 5 个人体属性信息,超过 5 个人体(第 6 个及以后的人体)的 BodyAttributesInfo 不具备参考意义。Constructors in com.tencentcloudapi.bda.v20200324.models with parameters of type AttributesOptions Constructor Description AttributesOptions(AttributesOptions 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.
-