@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonPolly extends Object implements AmazonPolly
AmazonPolly. Convenient method forms pass through to the corresponding overload
that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
DeleteLexiconResult |
deleteLexicon(DeleteLexiconRequest request)
Deletes the specified pronunciation lexicon stored in an AWS Region.
|
DescribeVoicesResult |
describeVoices(DescribeVoicesRequest request)
Returns the list of voices that are available for use when requesting speech synthesis.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetLexiconResult |
getLexicon(GetLexiconRequest request)
Returns the content of the specified pronunciation lexicon stored in an AWS Region.
|
ListLexiconsResult |
listLexicons(ListLexiconsRequest request)
Returns a list of pronunciation lexicons stored in an AWS Region.
|
AmazonPollyPresigners |
presigners()
AmazonPollyPresigners contains extension methods for presigning
certain requests. |
PutLexiconResult |
putLexicon(PutLexiconRequest request)
Stores a pronunciation lexicon in an AWS Region.
|
void |
setEndpoint(String endpoint)
Overrides the default endpoint for this client ("polly.us-east-1.amazonaws.com").
|
void |
setRegion(Region region)
An alternative to
AmazonPolly.setEndpoint(String), sets the regional endpoint for this client's service
calls. |
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
SynthesizeSpeechResult |
synthesizeSpeech(SynthesizeSpeechRequest request)
Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.
|
public void setEndpoint(String endpoint)
AmazonPolly
Callers can pass in just the endpoint (ex: "polly.us-east-1.amazonaws.com") or a full URL, including the protocol
(ex: "polly.us-east-1.amazonaws.com"). If the protocol is not specified here, the default protocol from this
client's ClientConfiguration will be used, which by default is HTTPS.
For more information on using AWS regions with the AWS SDK for Java, and a complete list of all available endpoints for all AWS services, see: http://developer.amazonwebservices.com/connect/entry.jspa?externalID=3912
This method is not threadsafe. An endpoint should be configured when the client is created and before any service requests are made. Changing it afterwards creates inevitable race conditions for any service requests in transit or retrying.
setEndpoint in interface AmazonPollyendpoint - The endpoint (ex: "polly.us-east-1.amazonaws.com") or a full URL, including the protocol (ex:
"polly.us-east-1.amazonaws.com") of the region specific AWS endpoint this client will communicate with.public void setRegion(Region region)
AmazonPollyAmazonPolly.setEndpoint(String), sets the regional endpoint for this client's service
calls. Callers can use this method to control which AWS region they want to work with.
By default, all service endpoints in all regions use the https protocol. To use http instead, specify it in the
ClientConfiguration supplied at construction.
This method is not threadsafe. A region should be configured when the client is created and before any service requests are made. Changing it afterwards creates inevitable race conditions for any service requests in transit or retrying.
setRegion in interface AmazonPollyregion - The region this client will communicate with. See Region.getRegion(com.amazonaws.regions.Regions)
for accessing a given region. Must not be null and must be a region where the service is available.Region.getRegion(com.amazonaws.regions.Regions),
Region.createClient(Class, com.amazonaws.auth.AWSCredentialsProvider, ClientConfiguration),
Region.isServiceSupported(String)public DeleteLexiconResult deleteLexicon(DeleteLexiconRequest request)
AmazonPolly
Deletes the specified pronunciation lexicon stored in an AWS Region. A lexicon which has been deleted is not
available for speech synthesis, nor is it possible to retrieve it using either the GetLexicon or
ListLexicon APIs.
For more information, see Managing Lexicons.
deleteLexicon in interface AmazonPollypublic DescribeVoicesResult describeVoices(DescribeVoicesRequest request)
AmazonPollyReturns the list of voices that are available for use when requesting speech synthesis. Each voice speaks a specified language, is either male or female, and is identified by an ID, which is the ASCII version of the voice name.
When synthesizing speech ( SynthesizeSpeech ), you provide the voice ID for the voice you want from
the list of voices returned by DescribeVoices.
For example, you want your news reader application to read news in a specific language, but giving a user the
option to choose the voice. Using the DescribeVoices operation you can provide the user with a list
of available voices to select from.
You can optionally specify a language code to filter the available voices. For example, if you specify
en-US, the operation returns a list of all available US English voices.
This operation requires permissions to perform the polly:DescribeVoices action.
describeVoices in interface AmazonPollypublic GetLexiconResult getLexicon(GetLexiconRequest request)
AmazonPollyReturns the content of the specified pronunciation lexicon stored in an AWS Region. For more information, see Managing Lexicons.
getLexicon in interface AmazonPollypublic ListLexiconsResult listLexicons(ListLexiconsRequest request)
AmazonPollyReturns a list of pronunciation lexicons stored in an AWS Region. For more information, see Managing Lexicons.
listLexicons in interface AmazonPollypublic PutLexiconResult putLexicon(PutLexiconRequest request)
AmazonPollyStores a pronunciation lexicon in an AWS Region. If a lexicon with the same name already exists in the region, it is overwritten by the new lexicon. Lexicon operations have eventual consistency, therefore, it might take some time before the lexicon is available to the SynthesizeSpeech operation.
For more information, see Managing Lexicons.
putLexicon in interface AmazonPollypublic SynthesizeSpeechResult synthesizeSpeech(SynthesizeSpeechRequest request)
AmazonPollySynthesizes UTF-8 input, plain text or SSML, to a stream of bytes. SSML input must be valid, well-formed SSML. Some alphabets might not be available with all the voices (for example, Cyrillic might not be read at all by English voices) unless phoneme mapping is used. For more information, see How it Works.
synthesizeSpeech in interface AmazonPollypublic void shutdown()
AmazonPollyshutdown in interface AmazonPollypublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonPollyResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AmazonPollyrequest - The originally executed request.public AmazonPollyPresigners presigners()
AmazonPollyAmazonPollyPresigners contains extension methods for presigning
certain requests. The presigner will use the endpoint and credentials currently configured in the client.presigners in interface AmazonPollyCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.