Class ObjectDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ims.v20200713.models.ObjectDetail
-
public class ObjectDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ObjectDetail()ObjectDetail(ObjectDetail 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 StringgetGroupId()Get 图库或人脸库id 注意:此字段可能返回 null,表示取不到有效值。LonggetId()Get 序号LocationgetLocation()Get 检测框坐标StringgetName()Get 标签名称StringgetObjectId()Get 图或人脸id 注意:此字段可能返回 null,表示取不到有效值。LonggetScore()Get 分数StringgetSubLabel()Get 二级标签名称StringgetValue()Get 标签值, 当标签为二维码时,表示URL地址,如Name为QrCode时,Value为"http//abc.com/aaa"voidsetGroupId(String GroupId)Set 图库或人脸库id 注意:此字段可能返回 null,表示取不到有效值。voidsetId(Long Id)Set 序号voidsetLocation(Location Location)Set 检测框坐标voidsetName(String Name)Set 标签名称voidsetObjectId(String ObjectId)Set 图或人脸id 注意:此字段可能返回 null,表示取不到有效值。voidsetScore(Long Score)Set 分数voidsetSubLabel(String SubLabel)Set 二级标签名称voidsetValue(String Value)Set 标签值, 当标签为二维码时,表示URL地址,如Name为QrCode时,Value为"http//abc.com/aaa"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
-
ObjectDetail
public ObjectDetail()
-
ObjectDetail
public ObjectDetail(ObjectDetail 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
-
getId
public Long getId()
Get 序号- Returns:
- Id 序号
-
setId
public void setId(Long Id)
Set 序号- Parameters:
Id- 序号
-
getName
public String getName()
Get 标签名称- Returns:
- Name 标签名称
-
setName
public void setName(String Name)
Set 标签名称- Parameters:
Name- 标签名称
-
getValue
public String getValue()
Get 标签值, 当标签为二维码时,表示URL地址,如Name为QrCode时,Value为"http//abc.com/aaa"- Returns:
- Value 标签值, 当标签为二维码时,表示URL地址,如Name为QrCode时,Value为"http//abc.com/aaa"
-
setValue
public void setValue(String Value)
Set 标签值, 当标签为二维码时,表示URL地址,如Name为QrCode时,Value为"http//abc.com/aaa"- Parameters:
Value- 标签值, 当标签为二维码时,表示URL地址,如Name为QrCode时,Value为"http//abc.com/aaa"
-
getScore
public Long getScore()
Get 分数- Returns:
- Score 分数
-
setScore
public void setScore(Long Score)
Set 分数- Parameters:
Score- 分数
-
getLocation
public Location getLocation()
Get 检测框坐标- Returns:
- Location 检测框坐标
-
setLocation
public void setLocation(Location Location)
Set 检测框坐标- Parameters:
Location- 检测框坐标
-
getSubLabel
public String getSubLabel()
Get 二级标签名称- Returns:
- SubLabel 二级标签名称
-
setSubLabel
public void setSubLabel(String SubLabel)
Set 二级标签名称- Parameters:
SubLabel- 二级标签名称
-
getGroupId
public String getGroupId()
Get 图库或人脸库id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- GroupId 图库或人脸库id 注意:此字段可能返回 null,表示取不到有效值。
-
setGroupId
public void setGroupId(String GroupId)
Set 图库或人脸库id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
GroupId- 图库或人脸库id 注意:此字段可能返回 null,表示取不到有效值。
-
getObjectId
public String getObjectId()
Get 图或人脸id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ObjectId 图或人脸id 注意:此字段可能返回 null,表示取不到有效值。
-
setObjectId
public void setObjectId(String ObjectId)
Set 图或人脸id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ObjectId- 图或人脸id 注意:此字段可能返回 null,表示取不到有效值。
-
-