public class FaceDetailInfo extends AbstractModel
skipSign
Constructor and Description |
---|
FaceDetailInfo() |
FaceDetailInfo(FaceDetailInfo 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 |
---|---|
FaceDetailAttributesInfo |
getFaceDetailAttributesInfo()
Get Face attribute information.
|
FaceRect |
getFaceRect()
Get Position of the detected face frame.
|
void |
setFaceDetailAttributesInfo(FaceDetailAttributesInfo FaceDetailAttributesInfo)
Set Face attribute information.
|
void |
setFaceRect(FaceRect FaceRect)
Set Position of the detected face frame.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public FaceDetailInfo()
public FaceDetailInfo(FaceDetailInfo source)
public FaceRect getFaceRect()
public void setFaceRect(FaceRect FaceRect)
FaceRect
- Position of the 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), etc.
If no types are specified in `FaceAttributesType`, the detailed items returned by `FaceDetaiAttributesInfo` will be meaningless.Copyright © 2023. All rights reserved.