public class AgeInfo extends AbstractModel
| Constructor and Description |
|---|
AgeInfo() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAge()
Get 当前只支持设置为10且不可调整(后续放开后再知会)。
|
FaceRect |
getFaceRect()
Get 人脸框位置。若不输入则选择 Image 或 Url 中面积最大的人脸。
您可以通过 [人脸检测与分析](https://cloud.tencent.com/document/api/867/32800) 接口获取人脸框位置信息。
|
void |
setAge(Long Age)
Set 当前只支持设置为10且不可调整(后续放开后再知会)。
|
void |
setFaceRect(FaceRect FaceRect)
Set 人脸框位置。若不输入则选择 Image 或 Url 中面积最大的人脸。
您可以通过 [人脸检测与分析](https://cloud.tencent.com/document/api/867/32800) 接口获取人脸框位置信息。
|
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, toJsonStringpublic Long getAge()
public void setAge(Long Age)
Age - 当前只支持设置为10且不可调整(后续放开后再知会)。public FaceRect getFaceRect()
public void setFaceRect(FaceRect FaceRect)
FaceRect - 人脸框位置。若不输入则选择 Image 或 Url 中面积最大的人脸。
您可以通过 [人脸检测与分析](https://cloud.tencent.com/document/api/867/32800) 接口获取人脸框位置信息。Copyright © 2020. All rights reserved.