Class ImageInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tiia.v20190529.models.ImageInfo
-
public class ImageInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCustomContent()
Get 用户自定义的内容。String
getEntityId()
Get 图片名称。String
getPicName()
Get 图片名称。Long
getScore()
Get 相似度。String
getTags()
Get 图片自定义标签,JSON格式。void
setCustomContent(String CustomContent)
Set 用户自定义的内容。void
setEntityId(String EntityId)
Set 图片名称。void
setPicName(String PicName)
Set 图片名称。void
setScore(Long Score)
Set 相似度。void
setTags(String Tags)
Set 图片自定义标签,JSON格式。void
toMap(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
-
ImageInfo
public ImageInfo()
-
ImageInfo
public ImageInfo(ImageInfo 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
-
getEntityId
public String getEntityId()
Get 图片名称。- Returns:
- EntityId 图片名称。
-
setEntityId
public void setEntityId(String EntityId)
Set 图片名称。- Parameters:
EntityId
- 图片名称。
-
getCustomContent
public String getCustomContent()
Get 用户自定义的内容。- Returns:
- CustomContent 用户自定义的内容。
-
setCustomContent
public void setCustomContent(String CustomContent)
Set 用户自定义的内容。- Parameters:
CustomContent
- 用户自定义的内容。
-
getTags
public String getTags()
Get 图片自定义标签,JSON格式。- Returns:
- Tags 图片自定义标签,JSON格式。
-
setTags
public void setTags(String Tags)
Set 图片自定义标签,JSON格式。- Parameters:
Tags
- 图片自定义标签,JSON格式。
-
getPicName
public String getPicName()
Get 图片名称。- Returns:
- PicName 图片名称。
-
setPicName
public void setPicName(String PicName)
Set 图片名称。- Parameters:
PicName
- 图片名称。
-
getScore
public Long getScore()
Get 相似度。- Returns:
- Score 相似度。
-
setScore
public void setScore(Long Score)
Set 相似度。- Parameters:
Score
- 相似度。
-
-