Uses of Class
com.tencentcloudapi.iai.v20180301.models.Point
-
Packages that use Point Package Description com.tencentcloudapi.iai.v20180301.models -
-
Uses of Point in com.tencentcloudapi.iai.v20180301.models
Methods in com.tencentcloudapi.iai.v20180301.models that return Point Modifier and Type Method Description Point[]DenseFaceShape. getCentralAxis()Get 中轴线轮廓的 XX 个点。Point[]DenseFaceShape. getChin()Get 下巴轮廓的 XX 个点。Point[]FaceShape. getFaceProfile()Get 描述脸型轮廓的 21 点。Point[]DenseFaceShape. getForehead()Get 额头的 XX 个点。Point[]DenseFaceShape. getLeftEye()Get 描述左侧眼睛轮廓的 XX 点。Point[]FaceShape. getLeftEye()Get 描述左侧眼睛轮廓的 8 点。Point[]DenseFaceShape. getLeftEyeBags()Get 左眼袋的 XX 个点。Point[]DenseFaceShape. getLeftEyeBrow()Get 描述左侧眉毛轮廓的 XX 点。Point[]FaceShape. getLeftEyeBrow()Get 描述左侧眉毛轮廓的 8 点。Point[]DenseFaceShape. getLeftPupil()Get 左瞳孔轮廓的 XX 个点。Point[]FaceShape. getLeftPupil()Get 左瞳孔轮廓的 1 个点。Point[]FaceShape. getMouth()Get 描述嘴巴轮廓的 22 点。Point[]DenseFaceShape. getMouthInside()Get 描述内嘴巴轮廓的 XX 点,从左侧开始逆时针返回。Point[]DenseFaceShape. getMouthOutside()Get 描述外嘴巴轮廓的 XX 点, 从左侧开始逆时针返回。Point[]DenseFaceShape. getNose()Get 描述鼻子轮廓的 XX 点。Point[]FaceShape. getNose()Get 描述鼻子轮廓的 13 点。Point[]DenseFaceShape. getRightEye()Get 描述右侧眼睛轮廓的 XX 点。Point[]FaceShape. getRightEye()Get 描述右侧眼睛轮廓的 8 点。Point[]DenseFaceShape. getRightEyeBags()Get 右眼袋的 XX 个点。Point[]DenseFaceShape. getRightEyeBrow()Get 描述右侧眉毛轮廓的 XX 点。Point[]FaceShape. getRightEyeBrow()Get 描述右侧眉毛轮廓的 8 点。Point[]DenseFaceShape. getRightPupil()Get 右瞳孔轮廓的 XX 个点。Point[]FaceShape. getRightPupil()Get 右瞳孔轮廓的 1 个点。Methods in com.tencentcloudapi.iai.v20180301.models with parameters of type Point Modifier and Type Method Description voidDenseFaceShape. setCentralAxis(Point[] CentralAxis)Set 中轴线轮廓的 XX 个点。voidDenseFaceShape. setChin(Point[] Chin)Set 下巴轮廓的 XX 个点。voidFaceShape. setFaceProfile(Point[] FaceProfile)Set 描述脸型轮廓的 21 点。voidDenseFaceShape. setForehead(Point[] Forehead)Set 额头的 XX 个点。voidDenseFaceShape. setLeftEye(Point[] LeftEye)Set 描述左侧眼睛轮廓的 XX 点。voidFaceShape. setLeftEye(Point[] LeftEye)Set 描述左侧眼睛轮廓的 8 点。voidDenseFaceShape. setLeftEyeBags(Point[] LeftEyeBags)Set 左眼袋的 XX 个点。voidDenseFaceShape. setLeftEyeBrow(Point[] LeftEyeBrow)Set 描述左侧眉毛轮廓的 XX 点。voidFaceShape. setLeftEyeBrow(Point[] LeftEyeBrow)Set 描述左侧眉毛轮廓的 8 点。voidDenseFaceShape. setLeftPupil(Point[] LeftPupil)Set 左瞳孔轮廓的 XX 个点。voidFaceShape. setLeftPupil(Point[] LeftPupil)Set 左瞳孔轮廓的 1 个点。voidFaceShape. setMouth(Point[] Mouth)Set 描述嘴巴轮廓的 22 点。voidDenseFaceShape. setMouthInside(Point[] MouthInside)Set 描述内嘴巴轮廓的 XX 点,从左侧开始逆时针返回。voidDenseFaceShape. setMouthOutside(Point[] MouthOutside)Set 描述外嘴巴轮廓的 XX 点, 从左侧开始逆时针返回。voidDenseFaceShape. setNose(Point[] Nose)Set 描述鼻子轮廓的 XX 点。voidFaceShape. setNose(Point[] Nose)Set 描述鼻子轮廓的 13 点。voidDenseFaceShape. setRightEye(Point[] RightEye)Set 描述右侧眼睛轮廓的 XX 点。voidFaceShape. setRightEye(Point[] RightEye)Set 描述右侧眼睛轮廓的 8 点。voidDenseFaceShape. setRightEyeBags(Point[] RightEyeBags)Set 右眼袋的 XX 个点。voidDenseFaceShape. setRightEyeBrow(Point[] RightEyeBrow)Set 描述右侧眉毛轮廓的 XX 点。voidFaceShape. setRightEyeBrow(Point[] RightEyeBrow)Set 描述右侧眉毛轮廓的 8 点。voidDenseFaceShape. setRightPupil(Point[] RightPupil)Set 右瞳孔轮廓的 XX 个点。voidFaceShape. setRightPupil(Point[] RightPupil)Set 右瞳孔轮廓的 1 个点。Constructors in com.tencentcloudapi.iai.v20180301.models with parameters of type Point Constructor Description Point(Point 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.
-