public class AiRecognitionTaskFaceResultItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AiRecognitionTaskFaceResultItem() | 
| AiRecognitionTaskFaceResultItem(AiRecognitionTaskFaceResultItem 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 | getAbstract()Get Description of the person. | 
| String | getBirthday()Get Date of birth. | 
| String | getGender()Get Gender of the person. | 
| String | getId()Get Unique ID of a figure. | 
| String | getName()Get Name of a figure. | 
| String | getPersonType()Get Person type. | 
| String | getPlaceOfBirth()Get Specifies the birthplace or place of origin. | 
| String | getProfession()Get Occupation or position of a person. | 
| String | getRemark()Get Sensitivity labeling. | 
| String | getSchoolOfGraduation()Get Specifies the graduation institution of the person. | 
| AiRecognitionTaskFaceSegmentItem[] | getSegmentSet()Get Result set of segments that contain a figure. | 
| String | getType()Get Figure library type, indicating to which figure library the recognized figure belongs:
Default: Default figure library;
UserDefine: Custom figure library. | 
| String | getUrl()Get Specifies the screenshot link. | 
| void | setAbstract(String Abstract)Set Description of the person. | 
| void | setBirthday(String Birthday)Set Date of birth. | 
| void | setGender(String Gender)Set Gender of the person. | 
| void | setId(String Id)Set Unique ID of a figure. | 
| void | setName(String Name)Set Name of a figure. | 
| void | setPersonType(String PersonType)Set Person type. | 
| void | setPlaceOfBirth(String PlaceOfBirth)Set Specifies the birthplace or place of origin. | 
| void | setProfession(String Profession)Set Occupation or position of a person. | 
| void | setRemark(String Remark)Set Sensitivity labeling. | 
| void | setSchoolOfGraduation(String SchoolOfGraduation)Set Specifies the graduation institution of the person. | 
| void | setSegmentSet(AiRecognitionTaskFaceSegmentItem[] SegmentSet)Set Result set of segments that contain a figure. | 
| void | setType(String Type)Set Figure library type, indicating to which figure library the recognized figure belongs:
Default: Default figure library;
UserDefine: Custom figure library. | 
| void | setUrl(String Url)Set Specifies the screenshot link. | 
| 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 AiRecognitionTaskFaceResultItem()
public AiRecognitionTaskFaceResultItem(AiRecognitionTaskFaceResultItem source)
public String getId()
public void setId(String Id)
Id - Unique ID of a figure.public String getType()
public void setType(String Type)
Type - Figure library type, indicating to which figure library the recognized figure belongs:
public String getName()
public void setName(String Name)
Name - Name of a figure.public AiRecognitionTaskFaceSegmentItem[] getSegmentSet()
public void setSegmentSet(AiRecognitionTaskFaceSegmentItem[] SegmentSet)
SegmentSet - Result set of segments that contain a figure.public String getGender()
public void setGender(String Gender)
Gender - Gender of the person.
public String getBirthday()
public void setBirthday(String Birthday)
Birthday - Date of birth.public String getProfession()
public void setProfession(String Profession)
Profession - Occupation or position of a person.public String getSchoolOfGraduation()
public void setSchoolOfGraduation(String SchoolOfGraduation)
SchoolOfGraduation - Specifies the graduation institution of the person.public String getAbstract()
public void setAbstract(String Abstract)
Abstract - Description of the person.public String getPlaceOfBirth()
public void setPlaceOfBirth(String PlaceOfBirth)
PlaceOfBirth - Specifies the birthplace or place of origin.public String getPersonType()
public void setPersonType(String PersonType)
PersonType - Person type.
public String getRemark()
public void setRemark(String Remark)
Remark - Sensitivity labeling.
public String getUrl()
public void setUrl(String Url)
Url - Specifies the screenshot link.Copyright © 2025. All rights reserved.