NAME

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

METHODS

Width

The width, in pixels, of the image.

Height

The height, in pixels, of the image.

FileSize

The size, in bytes, of the image.

DisplayUrl

A URI object containing the URL (possibly modified for display) typically used to display the full-sized image.

MediaUrl

A URI object containing the URL typically used to display the full-sized image.

ContentType

The type of image, usually simply the file extension, though may also be a MIME type notation.

Title

A string containing the title of the image.

Url

A URI object containing the URI to the image.

Thumbnail

Returns 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.