public class AiRecognitionTaskFaceResultItem extends AbstractModel
| 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 The person’s profile. | 
| String | getBirthday()Get The person’s birth date. | 
| String | getGender()Get The person’s gender. | 
| String | getId()Get Unique ID of a figure. | 
| String | getName()Get Name of a figure. | 
| String | getPersonType()Get Whether the person is a politician or artist. | 
| String | getPlaceOfBirth()Get The person’s place of birth. | 
| String | getProfession()Get The person’s job or job title. | 
| String | getRemark()Get Sensitivity
Normal
Sensitive
Note: This field may return null, indicating that no valid value can be obtained. | 
| String | getSchoolOfGraduation()Get The college the person graduated from. | 
| 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 The screenshot URL. | 
| void | setAbstract(String Abstract)Set The person’s profile. | 
| void | setBirthday(String Birthday)Set The person’s birth date. | 
| void | setGender(String Gender)Set The person’s gender. | 
| void | setId(String Id)Set Unique ID of a figure. | 
| void | setName(String Name)Set Name of a figure. | 
| void | setPersonType(String PersonType)Set Whether the person is a politician or artist. | 
| void | setPlaceOfBirth(String PlaceOfBirth)Set The person’s place of birth. | 
| void | setProfession(String Profession)Set The person’s job or job title. | 
| void | setRemark(String Remark)Set Sensitivity
Normal
Sensitive
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setSchoolOfGraduation(String SchoolOfGraduation)Set The college the person graduated from. | 
| 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 The screenshot URL. | 
| 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 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 - The person’s gender.
public String getBirthday()
public void setBirthday(String Birthday)
Birthday - The person’s birth date.
Note: This field may return null, indicating that no valid value can be obtained.public String getProfession()
public void setProfession(String Profession)
Profession - The person’s job or job title.
Note: This field may return null, indicating that no valid value can be obtained.public String getSchoolOfGraduation()
public void setSchoolOfGraduation(String SchoolOfGraduation)
SchoolOfGraduation - The college the person graduated from.
Note: This field may return null, indicating that no valid value can be obtained.public String getAbstract()
public void setAbstract(String Abstract)
Abstract - The person’s profile.
Note: This field may return null, indicating that no valid value can be obtained.public String getPlaceOfBirth()
public void setPlaceOfBirth(String PlaceOfBirth)
PlaceOfBirth - The person’s place of birth.
Note: This field may return null, indicating that no valid value can be obtained.public String getPersonType()
public void setPersonType(String PersonType)
PersonType - Whether the person is a politician or artist.
public String getRemark()
public void setRemark(String Remark)
Remark - Sensitivity
public String getUrl()
public void setUrl(String Url)
Url - The screenshot URL.
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2022. All rights reserved.