public class FaceShape extends AbstractModel
| Constructor and Description | 
|---|
| FaceShape() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Point[] | getFaceProfile()Get 21 points that describe the face contour. | 
| Point[] | getLeftEye()Get 8 points that describe the left eye. | 
| Point[] | getLeftEyeBrow()Get 8 points that describe the left eyebrow. | 
| Point[] | getLeftPupil()Get 1 point that describes the left pupil. | 
| Point[] | getMouth()Get 22 points that describe the mouth. | 
| Point[] | getNose()Get 13 points that describe the nose. | 
| Point[] | getRightEye()Get 8 points that describe the right eye. | 
| Point[] | getRightEyeBrow()Get 8 points that describe the right eyebrow. | 
| Point[] | getRightPupil()Get 1 point that describes the right pupil. | 
| void | setFaceProfile(Point[] FaceProfile)Set 21 points that describe the face contour. | 
| void | setLeftEye(Point[] LeftEye)Set 8 points that describe the left eye. | 
| void | setLeftEyeBrow(Point[] LeftEyeBrow)Set 8 points that describe the left eyebrow. | 
| void | setLeftPupil(Point[] LeftPupil)Set 1 point that describes the left pupil. | 
| void | setMouth(Point[] Mouth)Set 22 points that describe the mouth. | 
| void | setNose(Point[] Nose)Set 13 points that describe the nose. | 
| void | setRightEye(Point[] RightEye)Set 8 points that describe the right eye. | 
| void | setRightEyeBrow(Point[] RightEyeBrow)Set 8 points that describe the right eyebrow. | 
| void | setRightPupil(Point[] RightPupil)Set 1 point that describes the right pupil. | 
| 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 FaceShape()
public FaceShape(FaceShape source)
public Point[] getFaceProfile()
public void setFaceProfile(Point[] FaceProfile)
FaceProfile - 21 points that describe the face contour.public Point[] getLeftEye()
public void setLeftEye(Point[] LeftEye)
LeftEye - 8 points that describe the left eye.public Point[] getRightEye()
public void setRightEye(Point[] RightEye)
RightEye - 8 points that describe the right eye.public Point[] getLeftEyeBrow()
public void setLeftEyeBrow(Point[] LeftEyeBrow)
LeftEyeBrow - 8 points that describe the left eyebrow.public Point[] getRightEyeBrow()
public void setRightEyeBrow(Point[] RightEyeBrow)
RightEyeBrow - 8 points that describe the right eyebrow.public Point[] getMouth()
public void setMouth(Point[] Mouth)
Mouth - 22 points that describe the mouth.public Point[] getNose()
public void setNose(Point[] Nose)
Nose - 13 points that describe the nose.public Point[] getLeftPupil()
public void setLeftPupil(Point[] LeftPupil)
LeftPupil - 1 point that describes the left pupil.public Point[] getRightPupil()
public void setRightPupil(Point[] RightPupil)
RightPupil - 1 point that describes the right pupil.Copyright © 2021. All rights reserved.