Package | Description |
---|---|
com.tencentcloudapi.iai.v20200303.models |
Modifier and Type | Method and Description |
---|---|
FaceAttributesInfo |
FaceInfo.getFaceAttributesInfo()
Get 人脸属性信息,包含性别( gender )、年龄( age )、表情( expression )、
魅力( beauty )、眼镜( glass )、口罩(mask)、头发(hair)和姿态 (pitch,roll,yaw )。只有当 NeedFaceAttributes 设为 1 时才返回有效信息。
|
Modifier and Type | Method and Description |
---|---|
void |
FaceInfo.setFaceAttributesInfo(FaceAttributesInfo FaceAttributesInfo)
Set 人脸属性信息,包含性别( gender )、年龄( age )、表情( expression )、
魅力( beauty )、眼镜( glass )、口罩(mask)、头发(hair)和姿态 (pitch,roll,yaw )。只有当 NeedFaceAttributes 设为 1 时才返回有效信息。
|
Constructor and Description |
---|
FaceAttributesInfo(FaceAttributesInfo 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.
|
Copyright © 2022. All rights reserved.