Uses of Class
com.tencentcloudapi.iai.v20180301.models.FaceShape
-
Packages that use FaceShape Package Description com.tencentcloudapi.iai.v20180301.models -
-
Uses of FaceShape in com.tencentcloudapi.iai.v20180301.models
Methods in com.tencentcloudapi.iai.v20180301.models that return FaceShape Modifier and Type Method Description FaceShape[]AnalyzeFaceResponse. getFaceShapeSet()Get 五官定位(人脸关键点)具体信息。Methods in com.tencentcloudapi.iai.v20180301.models with parameters of type FaceShape Modifier and Type Method Description voidAnalyzeFaceResponse. setFaceShapeSet(FaceShape[] FaceShapeSet)Set 五官定位(人脸关键点)具体信息。Constructors in com.tencentcloudapi.iai.v20180301.models with parameters of type FaceShape Constructor Description FaceShape(FaceShape 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.
-