public class FaceQualityCompleteness extends AbstractModel
Constructor and Description |
---|
FaceQualityCompleteness() |
Modifier and Type | Method and Description |
---|---|
Long |
getCheek()
Get Cheek completeness.
|
Long |
getChin()
Get Chin completeness.
|
Long |
getEye()
Get Eye completeness.
|
Long |
getEyebrow()
Get Eyebrow completeness.
|
Long |
getMouth()
Get Mouth completeness.
|
Long |
getNose()
Get Nose completeness.
|
void |
setCheek(Long Cheek)
Set Cheek completeness.
|
void |
setChin(Long Chin)
Set Chin completeness.
|
void |
setEye(Long Eye)
Set Eye completeness.
|
void |
setEyebrow(Long Eyebrow)
Set Eyebrow completeness.
|
void |
setMouth(Long Mouth)
Set Mouth completeness.
|
void |
setNose(Long Nose)
Set Nose completeness.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getEyebrow()
public void setEyebrow(Long Eyebrow)
Eyebrow
- Eyebrow completeness. Value range: [0,100]. The higher the score, the higher the completeness.
Reference range: [0,80], which means incomplete.
Note: this field may return null, indicating that no valid values can be obtained.public Long getEye()
public void setEye(Long Eye)
Eye
- Eye completeness. Value range: [0,100]. The higher the score, the higher the completeness.
Reference range: [0,80], which means incomplete.
Note: this field may return null, indicating that no valid values can be obtained.public Long getNose()
public void setNose(Long Nose)
Nose
- Nose completeness. Value range: [0,100]. The higher the score, the higher the completeness.
Reference range: [0,60], which means incomplete.
Note: this field may return null, indicating that no valid values can be obtained.public Long getCheek()
public void setCheek(Long Cheek)
Cheek
- Cheek completeness. Value range: [0,100]. The higher the score, the higher the completeness.
Reference range: [0,70], which means incomplete.
Note: this field may return null, indicating that no valid values can be obtained.public Long getMouth()
public void setMouth(Long Mouth)
Mouth
- Mouth completeness. Value range: [0,100]. The higher the score, the higher the completeness.
Reference range: [0,50], which means incomplete.
Note: this field may return null, indicating that no valid values can be obtained.public Long getChin()
public void setChin(Long Chin)
Chin
- Chin completeness. Value range: [0,100]. The higher the score, the higher the completeness.
Reference range: [0,70], which means incomplete.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.