public class DescribeImageResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeImageResponse() | 
| DescribeImageResponse(DescribeImageResponse 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 | getDescription()Get 图片描述 | 
| Long | getHeight()Get 高 | 
| String | getImageFormat()Get 图片格式 jpg/eps/psd/... | 
| Long | getImageId()Get 图片ID | 
| String | getImageSenseType()Get 图片类型 摄影图片、插画、漫画、图表、矢量、psd、全景、gif、模板 | 
| String | getKeywords()Get 关键词,多关键词用空格分隔 | 
| Long | getLayeredGalleryId()Get 分层图库id | 
| ImageMarshal[] | getMarshals()Get 图片售卖组合信息 | 
| String | getOrientation()Get 构图方式:horizontal:横图、vertical:竖图、square:方图 | 
| String | getPreviewUrl()Get 图片预览链接 | 
| String | getRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 | 
| String | getThumbUrl()Get 图片缩略图 | 
| String | getTitle()Get 图片标题 | 
| String | getVendor()Get 图片供应商 | 
| Long | getWidth()Get 宽 | 
| void | setDescription(String Description)Set 图片描述 | 
| void | setHeight(Long Height)Set 高 | 
| void | setImageFormat(String ImageFormat)Set 图片格式 jpg/eps/psd/... | 
| void | setImageId(Long ImageId)Set 图片ID | 
| void | setImageSenseType(String ImageSenseType)Set 图片类型 摄影图片、插画、漫画、图表、矢量、psd、全景、gif、模板 | 
| void | setKeywords(String Keywords)Set 关键词,多关键词用空格分隔 | 
| void | setLayeredGalleryId(Long LayeredGalleryId)Set 分层图库id | 
| void | setMarshals(ImageMarshal[] Marshals)Set 图片售卖组合信息 | 
| void | setOrientation(String Orientation)Set 构图方式:horizontal:横图、vertical:竖图、square:方图 | 
| void | setPreviewUrl(String PreviewUrl)Set 图片预览链接 | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 | 
| void | setThumbUrl(String ThumbUrl)Set 图片缩略图 | 
| void | setTitle(String Title)Set 图片标题 | 
| void | setVendor(String Vendor)Set 图片供应商 | 
| void | setWidth(Long Width)Set 宽 | 
| 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 DescribeImageResponse()
public DescribeImageResponse(DescribeImageResponse source)
public Long getImageId()
public void setImageId(Long ImageId)
ImageId - 图片IDpublic String getTitle()
public void setTitle(String Title)
Title - 图片标题public String getDescription()
public void setDescription(String Description)
Description - 图片描述public String getPreviewUrl()
public void setPreviewUrl(String PreviewUrl)
PreviewUrl - 图片预览链接public String getThumbUrl()
public void setThumbUrl(String ThumbUrl)
ThumbUrl - 图片缩略图public String getVendor()
public void setVendor(String Vendor)
Vendor - 图片供应商public ImageMarshal[] getMarshals()
public void setMarshals(ImageMarshal[] Marshals)
Marshals - 图片售卖组合信息public Long getWidth()
public void setWidth(Long Width)
Width - 宽public Long getHeight()
public void setHeight(Long Height)
Height - 高public String getImageFormat()
public void setImageFormat(String ImageFormat)
ImageFormat - 图片格式 jpg/eps/psd/...public String getImageSenseType()
public void setImageSenseType(String ImageSenseType)
ImageSenseType - 图片类型 摄影图片、插画、漫画、图表、矢量、psd、全景、gif、模板public String getKeywords()
public void setKeywords(String Keywords)
Keywords - 关键词,多关键词用空格分隔public Long getLayeredGalleryId()
public void setLayeredGalleryId(Long LayeredGalleryId)
LayeredGalleryId - 分层图库idpublic String getOrientation()
public void setOrientation(String Orientation)
Orientation - 构图方式:horizontal:横图、vertical:竖图、square:方图public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.