public class AiSamplePerson extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AiSamplePerson() | 
| AiSamplePerson(AiSamplePerson 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 | 
|---|---|
| String | getCreateTime()Get 创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 | 
| String | getDescription()Get 人物描述。 | 
| AiSampleFaceInfo[] | getFaceInfoSet()Get 人脸信息。 | 
| String | getName()Get 人物名称。 | 
| String | getPersonId()Get 人物 ID。 | 
| String[] | getTagSet()Get 人物标签。 | 
| String | getUpdateTime()Get 最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 | 
| String[] | getUsageSet()Get 应用场景。 | 
| void | setCreateTime(String CreateTime)Set 创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 | 
| void | setDescription(String Description)Set 人物描述。 | 
| void | setFaceInfoSet(AiSampleFaceInfo[] FaceInfoSet)Set 人脸信息。 | 
| void | setName(String Name)Set 人物名称。 | 
| void | setPersonId(String PersonId)Set 人物 ID。 | 
| void | setTagSet(String[] TagSet)Set 人物标签。 | 
| void | setUpdateTime(String UpdateTime)Set 最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 | 
| void | setUsageSet(String[] UsageSet)Set 应用场景。 | 
| 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 AiSamplePerson()
public AiSamplePerson(AiSamplePerson source)
public String getPersonId()
public void setPersonId(String PersonId)
PersonId - 人物 ID。public String getName()
public void setName(String Name)
Name - 人物名称。public String getDescription()
public void setDescription(String Description)
Description - 人物描述。public AiSampleFaceInfo[] getFaceInfoSet()
public void setFaceInfoSet(AiSampleFaceInfo[] FaceInfoSet)
FaceInfoSet - 人脸信息。public String[] getTagSet()
public void setTagSet(String[] TagSet)
TagSet - 人物标签。public String[] getUsageSet()
public void setUsageSet(String[] UsageSet)
UsageSet - 应用场景。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - 创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - 最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。Copyright © 2025. All rights reserved.