Uses of Class
com.tencentcloudapi.iai.v20200303.models.FaceQualityCompleteness
-
Packages that use FaceQualityCompleteness Package Description com.tencentcloudapi.iai.v20200303.models -
-
Uses of FaceQualityCompleteness in com.tencentcloudapi.iai.v20200303.models
Methods in com.tencentcloudapi.iai.v20200303.models that return FaceQualityCompleteness Modifier and Type Method Description FaceQualityCompletenessFaceQualityInfo. getCompleteness()Get 五官遮挡分,评价眉毛(Eyebrow)、眼睛(Eye)、鼻子(Nose)、脸颊(Cheek)、嘴巴(Mouth)、下巴(Chin)的被遮挡程度。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.iai.v20200303.models with parameters of type FaceQualityCompleteness Modifier and Type Method Description voidFaceQualityInfo. setCompleteness(FaceQualityCompleteness Completeness)Set 五官遮挡分,评价眉毛(Eyebrow)、眼睛(Eye)、鼻子(Nose)、脸颊(Cheek)、嘴巴(Mouth)、下巴(Chin)的被遮挡程度。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.iai.v20200303.models with parameters of type FaceQualityCompleteness Constructor Description FaceQualityCompleteness(FaceQualityCompleteness 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.
-