Packageeu.orangeflash.webapis.yahoo.types
Classpublic class Image
InheritanceImage Inheritance Result

Class, you recieve this type of result every time you use Yahoo Image Search.



Public Properties
 PropertyDefined by
 InheritedclickURL : 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
 Inheritedsummary : String
String, item summary.
Result
  thumbnail : Thumbnail
[read-only] Thumbnail, instance of Thumbnail class, contains thumbnail url, and size in pixels.
Image
 Inheritedtitle : String
String, item title.
Result
 Inheritedurl : String
String, item url.
Result
  width : Number
[read-only] Number, image width.
Image
Property detail
fileFormatproperty
fileFormat:String  [read-only]

String, file format, could be jpg, gif etc.

Implementation
    public function get fileFormat():String
fileSizeproperty 
fileSize:Number  [read-only]

Number, file size in bytes.

Implementation
    public function get fileSize():Number
heightproperty 
height:Number  [read-only]

Number, image height.

Implementation
    public function get height():Number
refererURLproperty 
refererURL:String  [read-only]

String, referer url.

Implementation
    public function get refererURL():String
thumbnailproperty 
thumbnail:Thumbnail  [read-only]

Thumbnail, instance of Thumbnail class, contains thumbnail url, and size in pixels.

Implementation
    public function get thumbnail():Thumbnail
widthproperty 
width:Number  [read-only]

Number, image width.

Implementation
    public function get width():Number