Class PersonInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ivld.v20210903.models.PersonInfo
-
public class PersonInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PersonInfo()PersonInfo(PersonInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppearInfogetAppearInfo()Get 人物出现信息RectfgetAppearRect()Get 人脸在图片中的位置,仅在图片标签任务有效 注意:此字段可能返回 null,表示取不到有效值。LonggetFirstAppear()Get 首次出现模态,可选值为[1,3],详细参见AppearIndex定义StringgetJob()Get 公众人物职务StringgetName()Get 公众人物姓名voidsetAppearInfo(AppearInfo AppearInfo)Set 人物出现信息voidsetAppearRect(Rectf AppearRect)Set 人脸在图片中的位置,仅在图片标签任务有效 注意:此字段可能返回 null,表示取不到有效值。voidsetFirstAppear(Long FirstAppear)Set 首次出现模态,可选值为[1,3],详细参见AppearIndex定义voidsetJob(String Job)Set 公众人物职务voidsetName(String Name)Set 公众人物姓名voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
PersonInfo
public PersonInfo()
-
PersonInfo
public PersonInfo(PersonInfo 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.
-
-
Method Detail
-
getName
public String getName()
Get 公众人物姓名- Returns:
- Name 公众人物姓名
-
setName
public void setName(String Name)
Set 公众人物姓名- Parameters:
Name- 公众人物姓名
-
getJob
public String getJob()
Get 公众人物职务- Returns:
- Job 公众人物职务
-
setJob
public void setJob(String Job)
Set 公众人物职务- Parameters:
Job- 公众人物职务
-
getFirstAppear
public Long getFirstAppear()
Get 首次出现模态,可选值为[1,3],详细参见AppearIndex定义- Returns:
- FirstAppear 首次出现模态,可选值为[1,3],详细参见AppearIndex定义
-
setFirstAppear
public void setFirstAppear(Long FirstAppear)
Set 首次出现模态,可选值为[1,3],详细参见AppearIndex定义- Parameters:
FirstAppear- 首次出现模态,可选值为[1,3],详细参见AppearIndex定义
-
getAppearInfo
public AppearInfo getAppearInfo()
Get 人物出现信息- Returns:
- AppearInfo 人物出现信息
-
setAppearInfo
public void setAppearInfo(AppearInfo AppearInfo)
Set 人物出现信息- Parameters:
AppearInfo- 人物出现信息
-
getAppearRect
public Rectf getAppearRect()
Get 人脸在图片中的位置,仅在图片标签任务有效 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AppearRect 人脸在图片中的位置,仅在图片标签任务有效 注意:此字段可能返回 null,表示取不到有效值。
-
setAppearRect
public void setAppearRect(Rectf AppearRect)
Set 人脸在图片中的位置,仅在图片标签任务有效 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AppearRect- 人脸在图片中的位置,仅在图片标签任务有效 注意:此字段可能返回 null,表示取不到有效值。
-
-