public class ImageInfoRet extends CallRet
| 限定符和类型 | 字段和说明 |
|---|---|
String |
colorModel
The color model of the image.
|
String |
format
The original format of the image, such as "gif", "jpg", etc.
|
int |
height
The height of the original image, in pixel.
|
int |
width
The width of the original image, in pixel.
|
exception, response, statusCode| 构造器和说明 |
|---|
ImageInfoRet(CallRet ret) |
public String format
public int width
public int height
public String colorModel
public ImageInfoRet(CallRet ret)
Copyright © 2014. All Rights Reserved.