The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

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

METHODS

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

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.

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 73:

L<> starts or ends with whitespace

Around line 75:

Unknown directive: =headd1