Bing::Search::Source::Image - Image search for Bing::Search


Bing-Search documentation  | view source Contained in the Bing-Search distribution.

Index


NAME

Top

Bing::Search::Source::Image - Image search for Bing::Search

SYNOPSIS

Top

 my $source = Bing::Search::Source::Image->new(
   Market => 'en-US',
   Count => 1
 );

METHODS

Top

Market, Adult, Version, Options, setOptions

See Bing::Search for details on these common methods.

Image_Count

Indicates how many results to return.

Image_Offset

Indicates on which result to start. An value of '2', coupled with a Count of '10' would fetch results 2 through 12.

Image_Filter

Returns the list of current filters. You may attempt to set the filters yourself this way, keeping in mind the filters are simply an arrayref.

Using the setImage_Filter method is the reccomended way to change the filters.

See http://msdn.microsoft.com/en-us/library/dd560913.aspx for details on which filters are currently available. Please note that, at the time of this writing, 'Size:Height:<Height>' and 'Size:Width:<Width>' filters are not implemented.

setImage_Filter

Changes the image filters. The syntax is easy. Prepend a - to the name of a filter to remove it. Name it or prepend a + to add it.

AUTHOR

Top

Dave Houston, dhouston@cpan.org, 2010

This library is free software; you may redistribute and/or modify it under the same terms as Perl itself.


Bing-Search documentation  | view source Contained in the Bing-Search distribution.