
Bing::Search::Result::Image - An image result

WidthThe width, in pixels, of the image.
HeightThe height, in pixels, of the image.
FileSizeThe size, in bytes, of the image.
DisplayUrlA URI object containing the URL (possibly modified for display) typically used to display the full-sized image.
MediaUrlA URI object containing the URL typically used to display the full-sized image.
ContentTypeThe type of image, usually simply the file extension, though may also be a MIME type notation.
TitleA string containing the title of the image.
UrlA URI object containing the URI to the image.
ThumbnailReturns a Bing::Search::Result::Image::Thumbnail object. It is very similar to this object. A thumbnail has a Width and Height, a ContentType, a FileSize, and a Url, all of which describe the thumbnail instead of the full-sized image.