Uses of Class
com.tencentcloudapi.iai.v20200303.models.AnalyzeDenseLandmarksResponse
-
Packages that use AnalyzeDenseLandmarksResponse Package Description com.tencentcloudapi.iai.v20200303 com.tencentcloudapi.iai.v20200303.models -
-
Uses of AnalyzeDenseLandmarksResponse in com.tencentcloudapi.iai.v20200303
Methods in com.tencentcloudapi.iai.v20200303 that return AnalyzeDenseLandmarksResponse Modifier and Type Method Description AnalyzeDenseLandmarksResponseIaiClient. AnalyzeDenseLandmarks(AnalyzeDenseLandmarksRequest req)对请求图片进行五官定位(也称人脸关键点定位),获得人脸的精准信息,返回多达888点关键信息,对五官和脸部轮廓进行精确定位。 -
Uses of AnalyzeDenseLandmarksResponse in com.tencentcloudapi.iai.v20200303.models
Constructors in com.tencentcloudapi.iai.v20200303.models with parameters of type AnalyzeDenseLandmarksResponse Constructor Description AnalyzeDenseLandmarksResponse(AnalyzeDenseLandmarksResponse 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.
-