public class Attributes extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private Key |
age |
private Beauty |
beauty |
private Blur |
blur |
private Emotion |
emotion |
private Key |
ethnicity |
private Eyegaze |
eyegaze |
private Eyestatus |
eyestatus |
private Threshold |
facequality |
private Key |
gender |
private Headpose |
headpose |
private Mouthstatus |
mouthstatus |
private Skinstatus |
skinstatus |
private Threshold |
smile |
| 构造器和说明 |
|---|
Attributes() |
| 限定符和类型 | 方法和说明 |
|---|---|
Key |
getAge() |
Beauty |
getBeauty() |
Blur |
getBlur() |
Emotion |
getEmotion() |
Key |
getEthnicity() |
Eyegaze |
getEyegaze() |
Eyestatus |
getEyestatus() |
Threshold |
getFacequality() |
Key |
getGender() |
Headpose |
getHeadpose() |
Mouthstatus |
getMouthstatus() |
Skinstatus |
getSkinstatus() |
Threshold |
getSmile() |
void |
setAge(Key age) |
void |
setBeauty(Beauty beauty) |
void |
setBlur(Blur blur) |
void |
setEmotion(Emotion emotion) |
void |
setEthnicity(Key ethnicity) |
void |
setEyegaze(Eyegaze eyegaze) |
void |
setEyestatus(Eyestatus eyestatus) |
void |
setFacequality(Threshold facequality) |
void |
setGender(Key gender) |
void |
setHeadpose(Headpose headpose) |
void |
setMouthstatus(Mouthstatus mouthstatus) |
void |
setSkinstatus(Skinstatus skinstatus) |
void |
setSmile(Threshold smile) |
private Key gender
private Key age
private Threshold smile
private Headpose headpose
private Blur blur
private Eyestatus eyestatus
private Emotion emotion
private Threshold facequality
private Key ethnicity
private Beauty beauty
private Mouthstatus mouthstatus
private Eyegaze eyegaze
private Skinstatus skinstatus
public Key getGender()
public void setGender(Key gender)
public Key getAge()
public void setAge(Key age)
public Threshold getSmile()
public void setSmile(Threshold smile)
public Headpose getHeadpose()
public void setHeadpose(Headpose headpose)
public Blur getBlur()
public void setBlur(Blur blur)
public Eyestatus getEyestatus()
public void setEyestatus(Eyestatus eyestatus)
public Emotion getEmotion()
public void setEmotion(Emotion emotion)
public Threshold getFacequality()
public void setFacequality(Threshold facequality)
public Key getEthnicity()
public void setEthnicity(Key ethnicity)
public Beauty getBeauty()
public void setBeauty(Beauty beauty)
public Mouthstatus getMouthstatus()
public void setMouthstatus(Mouthstatus mouthstatus)
public Eyegaze getEyegaze()
public void setEyegaze(Eyegaze eyegaze)
public Skinstatus getSkinstatus()
public void setSkinstatus(Skinstatus skinstatus)
Copyright © 2020. All rights reserved.