Uses of Class
com.tencentcloudapi.iai.v20200303.models.DenseFaceShape
-
Packages that use DenseFaceShape Package Description com.tencentcloudapi.iai.v20200303.models -
-
Uses of DenseFaceShape in com.tencentcloudapi.iai.v20200303.models
Methods in com.tencentcloudapi.iai.v20200303.models that return DenseFaceShape Modifier and Type Method Description DenseFaceShape[]AnalyzeDenseLandmarksResponse. getDenseFaceShapeSet()Get 稠密人脸关键点具体信息。Methods in com.tencentcloudapi.iai.v20200303.models with parameters of type DenseFaceShape Modifier and Type Method Description voidAnalyzeDenseLandmarksResponse. setDenseFaceShapeSet(DenseFaceShape[] DenseFaceShapeSet)Set 稠密人脸关键点具体信息。Constructors in com.tencentcloudapi.iai.v20200303.models with parameters of type DenseFaceShape Constructor Description DenseFaceShape(DenseFaceShape 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.
-