public class FaceShape extends AbstractModel
header, skipSign| 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 点。 | 
| Point[] | getLeftEye()Get 描述左侧眼睛轮廓的 8 点。 | 
| Point[] | getLeftEyeBrow()Get 描述左侧眉毛轮廓的 8 点。 | 
| Point[] | getLeftPupil()Get 左瞳孔轮廓的 1 个点。 | 
| Point[] | getMouth()Get 描述嘴巴轮廓的 22 点。 | 
| Point[] | getNose()Get 描述鼻子轮廓的 13 点。 | 
| Point[] | getRightEye()Get 描述右侧眼睛轮廓的 8 点。 | 
| Point[] | getRightEyeBrow()Get 描述右侧眉毛轮廓的 8 点。 | 
| Point[] | getRightPupil()Get 右瞳孔轮廓的 1 个点。 | 
| void | setFaceProfile(Point[] FaceProfile)Set 描述脸型轮廓的 21 点。 | 
| void | setLeftEye(Point[] LeftEye)Set 描述左侧眼睛轮廓的 8 点。 | 
| void | setLeftEyeBrow(Point[] LeftEyeBrow)Set 描述左侧眉毛轮廓的 8 点。 | 
| void | setLeftPupil(Point[] LeftPupil)Set 左瞳孔轮廓的 1 个点。 | 
| void | setMouth(Point[] Mouth)Set 描述嘴巴轮廓的 22 点。 | 
| void | setNose(Point[] Nose)Set 描述鼻子轮廓的 13 点。 | 
| void | setRightEye(Point[] RightEye)Set 描述右侧眼睛轮廓的 8 点。 | 
| void | setRightEyeBrow(Point[] RightEyeBrow)Set 描述右侧眉毛轮廓的 8 点。 | 
| void | setRightPupil(Point[] RightPupil)Set 右瞳孔轮廓的 1 个点。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic FaceShape()
public FaceShape(FaceShape source)
public Point[] getFaceProfile()
public void setFaceProfile(Point[] FaceProfile)
FaceProfile - 描述脸型轮廓的 21 点。public Point[] getLeftEye()
public void setLeftEye(Point[] LeftEye)
LeftEye - 描述左侧眼睛轮廓的 8 点。public Point[] getRightEye()
public void setRightEye(Point[] RightEye)
RightEye - 描述右侧眼睛轮廓的 8 点。public Point[] getLeftEyeBrow()
public void setLeftEyeBrow(Point[] LeftEyeBrow)
LeftEyeBrow - 描述左侧眉毛轮廓的 8 点。public Point[] getRightEyeBrow()
public void setRightEyeBrow(Point[] RightEyeBrow)
RightEyeBrow - 描述右侧眉毛轮廓的 8 点。public Point[] getMouth()
public void setMouth(Point[] Mouth)
Mouth - 描述嘴巴轮廓的 22 点。public Point[] getNose()
public void setNose(Point[] Nose)
Nose - 描述鼻子轮廓的 13 点。public Point[] getLeftPupil()
public void setLeftPupil(Point[] LeftPupil)
LeftPupil - 左瞳孔轮廓的 1 个点。public Point[] getRightPupil()
public void setRightPupil(Point[] RightPupil)
RightPupil - 右瞳孔轮廓的 1 个点。Copyright © 2025. All rights reserved.