Package | Description |
---|---|
com.tencentcloudapi.iai.v20180301.models |
Modifier and Type | Method and Description |
---|---|
Point[] |
FaceShape.getFaceProfile()
Get 描述脸型轮廓的 21 点。
|
Point[] |
FaceShape.getLeftEye()
Get 描述左侧眼睛轮廓的 8 点。
|
Point[] |
FaceShape.getLeftEyeBrow()
Get 描述左侧眉毛轮廓的 8 点。
|
Point[] |
FaceShape.getLeftPupil()
Get 左瞳孔轮廓的 1 个点。
|
Point[] |
FaceShape.getMouth()
Get 描述嘴巴轮廓的 22 点。
|
Point[] |
FaceShape.getNose()
Get 描述鼻子轮廓的 13 点。
|
Point[] |
FaceShape.getRightEye()
Get 描述右侧眼睛轮廓的 8 点。
|
Point[] |
FaceShape.getRightEyeBrow()
Get 描述右侧眉毛轮廓的 8 点。
|
Point[] |
FaceShape.getRightPupil()
Get 右瞳孔轮廓的 1 个点。
|
Modifier and Type | Method and Description |
---|---|
void |
FaceShape.setFaceProfile(Point[] FaceProfile)
Set 描述脸型轮廓的 21 点。
|
void |
FaceShape.setLeftEye(Point[] LeftEye)
Set 描述左侧眼睛轮廓的 8 点。
|
void |
FaceShape.setLeftEyeBrow(Point[] LeftEyeBrow)
Set 描述左侧眉毛轮廓的 8 点。
|
void |
FaceShape.setLeftPupil(Point[] LeftPupil)
Set 左瞳孔轮廓的 1 个点。
|
void |
FaceShape.setMouth(Point[] Mouth)
Set 描述嘴巴轮廓的 22 点。
|
void |
FaceShape.setNose(Point[] Nose)
Set 描述鼻子轮廓的 13 点。
|
void |
FaceShape.setRightEye(Point[] RightEye)
Set 描述右侧眼睛轮廓的 8 点。
|
void |
FaceShape.setRightEyeBrow(Point[] RightEyeBrow)
Set 描述右侧眉毛轮廓的 8 点。
|
void |
FaceShape.setRightPupil(Point[] RightPupil)
Set 右瞳孔轮廓的 1 个点。
|
Copyright © 2020. All rights reserved.