class BingSearch::ImageResult
Attributes
content_type[RW]
{en.wikipedia.org/wiki/Internet_media_type Internet media type} (MIME type) of the image, if available @return [String]
display_url[RW]
URL to display to the user. Omits the scheme if HTTP. @return [String]
file_size[RW]
In bytes, if available @return [Integer, nil]
height[RW]
In pixels, if available @return [Integer, nil]
media_type[RW]
{en.wikipedia.org/wiki/Internet_media_type Internet media type} (MIME type) of the image, if available @return [String]
media_url[RW]
URL of the image @return [String]
source_url[RW]
URL of the website that contains the image @return [String]
thumbnail[RW]
@return [Image]
title[RW]
@return [String]
url[RW]
URL of the image @return [String]
width[RW]
In pixels, if available @return [Integer, nil]