public class AiSamplePerson extends AbstractModel
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/266/11732#I)。
|
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/266/11732#I)。
|
String[] |
getUsageSet()
Get 应用场景。
|
void |
setCreateTime(String CreateTime)
Set 创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
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/266/11732#I)。
|
void |
setUsageSet(String[] UsageSet)
Set 应用场景。
|
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, toJsonString
public 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/266/11732#I)。public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。Copyright © 2021. All rights reserved.