Uses of Class
com.tencentcloudapi.iai.v20180301.models.FaceDetailAttributesInfo
-
Packages that use FaceDetailAttributesInfo Package Description com.tencentcloudapi.iai.v20180301.models -
-
Uses of FaceDetailAttributesInfo in com.tencentcloudapi.iai.v20180301.models
Methods in com.tencentcloudapi.iai.v20180301.models that return FaceDetailAttributesInfo Modifier and Type Method Description FaceDetailAttributesInfoFaceDetailInfo. getFaceDetailAttributesInfo()Get 人脸属性信息,根据 FaceAttributesType 输入的类型,返回年龄(Age)、颜值(Beauty) 情绪(Emotion)、眼睛信息(Eye)、眉毛(Eyebrow)、性别(Gender) 头发(Hair)、帽子(Hat)、姿态(Headpose)、口罩(Mask)、嘴巴(Mouse)、胡子(Moustache) 鼻子(Nose)、脸型(Shape)、肤色(Skin)、微笑(Smile)等人脸属性信息。 若 FaceAttributesType 没有输入相关类型,则FaceDetaiAttributesInfo返回的细项不具备参考意义。Methods in com.tencentcloudapi.iai.v20180301.models with parameters of type FaceDetailAttributesInfo Modifier and Type Method Description voidFaceDetailInfo. setFaceDetailAttributesInfo(FaceDetailAttributesInfo FaceDetailAttributesInfo)Set 人脸属性信息,根据 FaceAttributesType 输入的类型,返回年龄(Age)、颜值(Beauty) 情绪(Emotion)、眼睛信息(Eye)、眉毛(Eyebrow)、性别(Gender) 头发(Hair)、帽子(Hat)、姿态(Headpose)、口罩(Mask)、嘴巴(Mouse)、胡子(Moustache) 鼻子(Nose)、脸型(Shape)、肤色(Skin)、微笑(Smile)等人脸属性信息。 若 FaceAttributesType 没有输入相关类型,则FaceDetaiAttributesInfo返回的细项不具备参考意义。Constructors in com.tencentcloudapi.iai.v20180301.models with parameters of type FaceDetailAttributesInfo Constructor Description FaceDetailAttributesInfo(FaceDetailAttributesInfo 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.
-