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