Uses of Class
com.tencentcloudapi.iai.v20200303.models.FaceHairAttributesInfo
-
Packages that use FaceHairAttributesInfo Package Description com.tencentcloudapi.iai.v20200303.models -
-
Uses of FaceHairAttributesInfo in com.tencentcloudapi.iai.v20200303.models
Methods in com.tencentcloudapi.iai.v20200303.models that return FaceHairAttributesInfo Modifier and Type Method Description FaceHairAttributesInfoFaceAttributesInfo. getHair()Get 头发信息,包含头发长度(length)、有无刘海(bang)、头发颜色(color)。NeedFaceAttributes 不为1 或检测超过 5 张人脸时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.iai.v20200303.models with parameters of type FaceHairAttributesInfo Modifier and Type Method Description voidFaceAttributesInfo. setHair(FaceHairAttributesInfo Hair)Set 头发信息,包含头发长度(length)、有无刘海(bang)、头发颜色(color)。NeedFaceAttributes 不为1 或检测超过 5 张人脸时,此参数仍返回,但不具备参考意义。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.iai.v20200303.models with parameters of type FaceHairAttributesInfo Constructor Description FaceHairAttributesInfo(FaceHairAttributesInfo 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.
-