public class FaceDetailInfo extends AbstractModel
Constructor and Description |
---|
FaceDetailInfo() |
Modifier and Type | Method and Description |
---|---|
FaceDetailAttributesInfo |
getFaceDetailAttributesInfo()
Get Face attribute information.
|
FaceRect |
getFaceRect()
Get Position of detected face frame.
|
void |
setFaceDetailAttributesInfo(FaceDetailAttributesInfo FaceDetailAttributesInfo)
Set Face attribute information.
|
void |
setFaceRect(FaceRect FaceRect)
Set Position of detected face frame.
|
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 FaceRect getFaceRect()
public void setFaceRect(FaceRect FaceRect)
FaceRect
- Position of detected face frame.public FaceDetailAttributesInfo getFaceDetailAttributesInfo()
public void setFaceDetailAttributesInfo(FaceDetailAttributesInfo FaceDetailAttributesInfo)
FaceDetailAttributesInfo
- Face attribute information. According to the types specified in `FaceAttributesType`, the following face attributes will be returned: age (Age), beauty score (Beauty),
emotion (Emotion), eye information (Eye), eyebrow information (Eyebrow), gender (Gender),
hair information (Hair), hat information (Hat), pose (Headpose), mask information (Mask), mouth information (Mouse), beard information (Moustache),
nose information (Nose), face shape (Shape), skin color (Skin), and smile information (Smile).
If no types are specified in `FaceAttributesType`, the detailed items returned by `FaceDetailAttributesInfo` will be meaningless.Copyright © 2020. All rights reserved.