| Package | eu.orangeflash.webapis.yahoo.types |
| Class | public class Image |
| Inheritance | Image Result |
| Property | Defined by | ||
|---|---|---|---|
![]() | clickURL : String
String, item click url, you can use it in buttons.
| Result | |
| fileFormat : String [read-only]
String, file format, could be jpg, gif etc.
| Image | ||
| fileSize : Number [read-only]
Number, file size in bytes.
| Image | ||
| height : Number [read-only]
Number, image height.
| Image | ||
| refererURL : String [read-only]
String, referer url.
| Image | ||
![]() | summary : String
String, item summary.
| Result | |
| thumbnail : Thumbnail
[read-only]
Thumbnail, instance of Thumbnail class, contains thumbnail url, and size in pixels.
| Image | ||
![]() | title : String
String, item title.
| Result | |
![]() | url : String
String, item url.
| Result | |
| width : Number [read-only]
Number, image width.
| Image | ||
| fileFormat | property |
fileFormat:String [read-only]String, file format, could be jpg, gif etc.
Implementation public function get fileFormat():String
| fileSize | property |
fileSize:Number [read-only]Number, file size in bytes.
Implementation public function get fileSize():Number
| height | property |
height:Number [read-only]Number, image height.
Implementation public function get height():Number
| refererURL | property |
refererURL:String [read-only]String, referer url.
Implementation public function get refererURL():String
| thumbnail | property |
thumbnail:Thumbnail [read-only]Thumbnail, instance of Thumbnail class, contains thumbnail url, and size in pixels.
Implementation public function get thumbnail():Thumbnail
| width | property |
width:Number [read-only]Number, image width.
Implementation public function get width():Number