Net::Amazon::Request::TextStreaUsermContributed Perl DocumenNet::Amazon::Request::TextStream(3pm)
NAME
Net::Amazon::Request::TextStream - request class for text stream search
SYNOPSIS
use Net::Amazon;
use Net::Amazon::Request::TextStream;
my $ua = Net::Amazon->new(
token => 'YOUR_AMZN_TOKEN'
);
my $req = Net::Amazon::Request::TextStream->new(
textstream => 'Here is some text that mentions the Rolling Stones.',
);
# Response is of type Net::Amazon::Response::TextStream
my $resp = $ua->request($req);
DESCRIPTION
"Net::Amazon::Request::TextStream" is a class used to perform a search on a block of text.
Amazon extracts keywords from the given block of text, but note that conjunctions and
helper words, such as "and", "or", "the", etc. are not excluded, so strip them out your-
self if need be.
TextStream searching is only available for the US service.
Upon success, the response's "properties()" method will return a list of "Net::Ama-
zon::Property::*" objects.
METHODS
new(textstream => $text)
Constructs a new "Net::Amazon::Request::TextStream" object, used to query the Amazon
web service with a block of text.
Check Net::Amazon::Request for common request parameters not listed here.
SEE ALSO
perl v5.8.8 2007-11-11 Net::Amazon::Request::TextStream(3pm)
Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-24 20:18 @38.107.179.236 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)