public class DenseFaceShape extends AbstractModel
| Constructor and Description | 
|---|
| DenseFaceShape() | 
| Modifier and Type | Method and Description | 
|---|---|
| Point[] | getCentralAxis()Get XX points that outline the midline. | 
| Point[] | getChin()Get XX points that outline the chin. | 
| Point[] | getForehead()Get XX points that outline the forehead. | 
| Long | getHeight()Get Face frame height. | 
| Point[] | getLeftEye()Get XX points that outline the left eye. | 
| Point[] | getLeftEyeBags()Get XX points that outline the left eye bag. | 
| Point[] | getLeftEyeBrow()Get XX points that outline the left eyebrow. | 
| Point[] | getLeftPupil()Get XX points that outline the left pupil. | 
| Point[] | getMouthInside()Get XX points that outline the inner contour of the mouth, which are returned from left anticlockwise. | 
| Point[] | getMouthOutside()Get XX points that outline the outer contour of the mouth, which are returned from left anticlockwise. | 
| Point[] | getNose()Get XX points that outline the nose. | 
| Point[] | getRightEye()Get XX points that outline the right eye. | 
| Point[] | getRightEyeBags()Get XX points that outline the right eye bag. | 
| Point[] | getRightEyeBrow()Get XX points that outline the right eyebrow. | 
| Point[] | getRightPupil()Get XX points that outline the right pupil. | 
| Long | getWidth()Get Face frame width. | 
| Long | getX()Get X-coordinate of the top-left vertex of the face frame. | 
| Long | getY()Get Y-coordinate of the top-left vertex of the face frame. | 
| void | setCentralAxis(Point[] CentralAxis)Set XX points that outline the midline. | 
| void | setChin(Point[] Chin)Set XX points that outline the chin. | 
| void | setForehead(Point[] Forehead)Set XX points that outline the forehead. | 
| void | setHeight(Long Height)Set Face frame height. | 
| void | setLeftEye(Point[] LeftEye)Set XX points that outline the left eye. | 
| void | setLeftEyeBags(Point[] LeftEyeBags)Set XX points that outline the left eye bag. | 
| void | setLeftEyeBrow(Point[] LeftEyeBrow)Set XX points that outline the left eyebrow. | 
| void | setLeftPupil(Point[] LeftPupil)Set XX points that outline the left pupil. | 
| void | setMouthInside(Point[] MouthInside)Set XX points that outline the inner contour of the mouth, which are returned from left anticlockwise. | 
| void | setMouthOutside(Point[] MouthOutside)Set XX points that outline the outer contour of the mouth, which are returned from left anticlockwise. | 
| void | setNose(Point[] Nose)Set XX points that outline the nose. | 
| void | setRightEye(Point[] RightEye)Set XX points that outline the right eye. | 
| void | setRightEyeBags(Point[] RightEyeBags)Set XX points that outline the right eye bag. | 
| void | setRightEyeBrow(Point[] RightEyeBrow)Set XX points that outline the right eyebrow. | 
| void | setRightPupil(Point[] RightPupil)Set XX points that outline the right pupil. | 
| void | setWidth(Long Width)Set Face frame width. | 
| void | setX(Long X)Set X-coordinate of the top-left vertex of the face frame. | 
| void | setY(Long Y)Set Y-coordinate of the top-left vertex of the face frame. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic Long getX()
public void setX(Long X)
X - X-coordinate of the top-left vertex of the face frame.public Long getY()
public void setY(Long Y)
Y - Y-coordinate of the top-left vertex of the face frame.public Long getWidth()
public void setWidth(Long Width)
Width - Face frame width.public Long getHeight()
public void setHeight(Long Height)
Height - Face frame height.public Point[] getLeftEye()
public void setLeftEye(Point[] LeftEye)
LeftEye - XX points that outline the left eye.public Point[] getRightEye()
public void setRightEye(Point[] RightEye)
RightEye - XX points that outline the right eye.public Point[] getLeftEyeBrow()
public void setLeftEyeBrow(Point[] LeftEyeBrow)
LeftEyeBrow - XX points that outline the left eyebrow.public Point[] getRightEyeBrow()
public void setRightEyeBrow(Point[] RightEyeBrow)
RightEyeBrow - XX points that outline the right eyebrow.public Point[] getMouthOutside()
public void setMouthOutside(Point[] MouthOutside)
MouthOutside - XX points that outline the outer contour of the mouth, which are returned from left anticlockwise.public Point[] getMouthInside()
public void setMouthInside(Point[] MouthInside)
MouthInside - XX points that outline the inner contour of the mouth, which are returned from left anticlockwise.public Point[] getNose()
public void setNose(Point[] Nose)
Nose - XX points that outline the nose.public Point[] getLeftPupil()
public void setLeftPupil(Point[] LeftPupil)
LeftPupil - XX points that outline the left pupil.public Point[] getRightPupil()
public void setRightPupil(Point[] RightPupil)
RightPupil - XX points that outline the right pupil.public Point[] getCentralAxis()
public void setCentralAxis(Point[] CentralAxis)
CentralAxis - XX points that outline the midline.public Point[] getChin()
public void setChin(Point[] Chin)
Chin - XX points that outline the chin.public Point[] getLeftEyeBags()
public void setLeftEyeBags(Point[] LeftEyeBags)
LeftEyeBags - XX points that outline the left eye bag.public Point[] getRightEyeBags()
public void setRightEyeBags(Point[] RightEyeBags)
RightEyeBags - XX points that outline the right eye bag.public Point[] getForehead()
public void setForehead(Point[] Forehead)
Forehead - XX points that outline the forehead.Copyright © 2020. All rights reserved.