public class AgeInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AgeInfo() | 
| AgeInfo(AgeInfo 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 | 
|---|---|
| Long | getAge()Get 变化到的人脸年龄 [10,80]。 | 
| FaceRect | getFaceRect()Get 人脸框位置。若不输入则选择 Image 或 Url 中面积最大的人脸。  
您可以通过 [人脸检测与分析](https://cloud.tencent.com/document/api/867/32800)  接口获取人脸框位置信息。 | 
| void | setAge(Long Age)Set 变化到的人脸年龄 [10,80]。 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AgeInfo()
public AgeInfo(AgeInfo source)
public Long getAge()
public void setAge(Long Age)
Age - 变化到的人脸年龄 [10,80]。public FaceRect getFaceRect()
public void setFaceRect(FaceRect FaceRect)
FaceRect - 人脸框位置。若不输入则选择 Image 或 Url 中面积最大的人脸。  
您可以通过 [人脸检测与分析](https://cloud.tencent.com/document/api/867/32800)  接口获取人脸框位置信息。Copyright © 2025. All rights reserved.