|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ImageSearchResult
Individual image search result.
| Method Summary | |
|---|---|
String |
getClickUrl()
The URL for linking to the image file. |
String |
getCopyright()
The copyright owner. |
String |
getFileFormat()
One of bmp, gif, jpg, or png. |
BigInteger |
getFileSize()
The size of the file in bytes. |
BigInteger |
getHeight()
The height of the image in pixels. |
String |
getPublisher()
The creator of the image file. |
String |
getRefererUrl()
The URL of the web page hosting the content. |
String |
getRestrictions()
Provides any restrictions for this media object. |
String |
getSummary()
Summary text associated with the image file. |
ImageThumbnail |
getThumbnail()
The URL of the thumbnail file and its height and width in pixels. |
String |
getTitle()
The title of the image file. |
String |
getUrl()
The URL for the image file. |
BigInteger |
getWidth()
The width of the image in pixels. |
| Method Detail |
|---|
String getTitle()
String getSummary()
String getUrl()
String getClickUrl()
String getRefererUrl()
BigInteger getFileSize()
String getFileFormat()
BigInteger getHeight()
BigInteger getWidth()
ImageThumbnail getThumbnail()
String getPublisher()
String getRestrictions()
String getCopyright()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||