public class ImageInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ImageInfo() | 
| 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. | 
| Modifier and Type | Method and 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. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ImageInfo()
public ImageInfo(ImageInfo source)
public String getEntityId()
public void setEntityId(String EntityId)
EntityId - 图片名称。public String getCustomContent()
public void setCustomContent(String CustomContent)
CustomContent - 用户自定义的内容。public String getTags()
public void setTags(String Tags)
Tags - 图片自定义标签,JSON格式。public String getPicName()
public void setPicName(String PicName)
PicName - 图片名称。public Long getScore()
public void setScore(Long Score)
Score - 相似度。Copyright © 2025. All rights reserved.