Class FaceShape
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iai.v20180301.models.FaceShape
-
public class FaceShape extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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 个点。voidsetFaceProfile(Point[] FaceProfile)Set 描述脸型轮廓的 21 点。voidsetLeftEye(Point[] LeftEye)Set 描述左侧眼睛轮廓的 8 点。voidsetLeftEyeBrow(Point[] LeftEyeBrow)Set 描述左侧眉毛轮廓的 8 点。voidsetLeftPupil(Point[] LeftPupil)Set 左瞳孔轮廓的 1 个点。voidsetMouth(Point[] Mouth)Set 描述嘴巴轮廓的 22 点。voidsetNose(Point[] Nose)Set 描述鼻子轮廓的 13 点。voidsetRightEye(Point[] RightEye)Set 描述右侧眼睛轮廓的 8 点。voidsetRightEyeBrow(Point[] RightEyeBrow)Set 描述右侧眉毛轮廓的 8 点。voidsetRightPupil(Point[] RightPupil)Set 右瞳孔轮廓的 1 个点。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
FaceShape
public FaceShape()
-
FaceShape
public 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.
-
-
Method Detail
-
getFaceProfile
public Point[] getFaceProfile()
Get 描述脸型轮廓的 21 点。- Returns:
- FaceProfile 描述脸型轮廓的 21 点。
-
setFaceProfile
public void setFaceProfile(Point[] FaceProfile)
Set 描述脸型轮廓的 21 点。- Parameters:
FaceProfile- 描述脸型轮廓的 21 点。
-
getLeftEye
public Point[] getLeftEye()
Get 描述左侧眼睛轮廓的 8 点。- Returns:
- LeftEye 描述左侧眼睛轮廓的 8 点。
-
setLeftEye
public void setLeftEye(Point[] LeftEye)
Set 描述左侧眼睛轮廓的 8 点。- Parameters:
LeftEye- 描述左侧眼睛轮廓的 8 点。
-
getRightEye
public Point[] getRightEye()
Get 描述右侧眼睛轮廓的 8 点。- Returns:
- RightEye 描述右侧眼睛轮廓的 8 点。
-
setRightEye
public void setRightEye(Point[] RightEye)
Set 描述右侧眼睛轮廓的 8 点。- Parameters:
RightEye- 描述右侧眼睛轮廓的 8 点。
-
getLeftEyeBrow
public Point[] getLeftEyeBrow()
Get 描述左侧眉毛轮廓的 8 点。- Returns:
- LeftEyeBrow 描述左侧眉毛轮廓的 8 点。
-
setLeftEyeBrow
public void setLeftEyeBrow(Point[] LeftEyeBrow)
Set 描述左侧眉毛轮廓的 8 点。- Parameters:
LeftEyeBrow- 描述左侧眉毛轮廓的 8 点。
-
getRightEyeBrow
public Point[] getRightEyeBrow()
Get 描述右侧眉毛轮廓的 8 点。- Returns:
- RightEyeBrow 描述右侧眉毛轮廓的 8 点。
-
setRightEyeBrow
public void setRightEyeBrow(Point[] RightEyeBrow)
Set 描述右侧眉毛轮廓的 8 点。- Parameters:
RightEyeBrow- 描述右侧眉毛轮廓的 8 点。
-
getMouth
public Point[] getMouth()
Get 描述嘴巴轮廓的 22 点。- Returns:
- Mouth 描述嘴巴轮廓的 22 点。
-
setMouth
public void setMouth(Point[] Mouth)
Set 描述嘴巴轮廓的 22 点。- Parameters:
Mouth- 描述嘴巴轮廓的 22 点。
-
getNose
public Point[] getNose()
Get 描述鼻子轮廓的 13 点。- Returns:
- Nose 描述鼻子轮廓的 13 点。
-
setNose
public void setNose(Point[] Nose)
Set 描述鼻子轮廓的 13 点。- Parameters:
Nose- 描述鼻子轮廓的 13 点。
-
getLeftPupil
public Point[] getLeftPupil()
Get 左瞳孔轮廓的 1 个点。- Returns:
- LeftPupil 左瞳孔轮廓的 1 个点。
-
setLeftPupil
public void setLeftPupil(Point[] LeftPupil)
Set 左瞳孔轮廓的 1 个点。- Parameters:
LeftPupil- 左瞳孔轮廓的 1 个点。
-
getRightPupil
public Point[] getRightPupil()
Get 右瞳孔轮廓的 1 个点。- Returns:
- RightPupil 右瞳孔轮廓的 1 个点。
-
setRightPupil
public void setRightPupil(Point[] RightPupil)
Set 右瞳孔轮廓的 1 个点。- Parameters:
RightPupil- 右瞳孔轮廓的 1 个点。
-
-