@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 Amazon Web Services 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 Amazon Web Services Region.
|
GetSpeechSynthesisTaskResult |
getSpeechSynthesisTask(GetSpeechSynthesisTaskRequest request)
Retrieves a specific SpeechSynthesisTask object based on its TaskID.
|
ListLexiconsResult |
listLexicons(ListLexiconsRequest request)
Returns a list of pronunciation lexicons stored in an Amazon Web Services Region.
|
ListSpeechSynthesisTasksResult |
listSpeechSynthesisTasks(ListSpeechSynthesisTasksRequest request)
Returns a list of SpeechSynthesisTask objects ordered by their creation date.
|
AmazonPollyPresigners |
presigners()
AmazonPollyPresigners contains extension methods for presigning
certain requests. |
PutLexiconResult |
putLexicon(PutLexiconRequest request)
Stores a pronunciation lexicon in an Amazon Web Services 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.
|
StartSpeechSynthesisTaskResult |
startSpeechSynthesisTask(StartSpeechSynthesisTaskRequest request)
Allows the creation of an asynchronous synthesis task, by starting a new
SpeechSynthesisTask. |
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: https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/java-dg-region-selection.html#region-selection- choose-endpoint
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 Amazon Web Services 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 Amazon Web Services Region. For more information, see Managing Lexicons.
getLexicon in interface AmazonPollypublic GetSpeechSynthesisTaskResult getSpeechSynthesisTask(GetSpeechSynthesisTaskRequest request)
AmazonPollyRetrieves a specific SpeechSynthesisTask object based on its TaskID. This object contains information about the given speech synthesis task, including the status of the task, and a link to the S3 bucket containing the output of the task.
getSpeechSynthesisTask in interface AmazonPollypublic ListLexiconsResult listLexicons(ListLexiconsRequest request)
AmazonPollyReturns a list of pronunciation lexicons stored in an Amazon Web Services Region. For more information, see Managing Lexicons.
listLexicons in interface AmazonPollypublic ListSpeechSynthesisTasksResult listSpeechSynthesisTasks(ListSpeechSynthesisTasksRequest request)
AmazonPollyReturns a list of SpeechSynthesisTask objects ordered by their creation date. This operation can filter the tasks by their status, for example, allowing users to list only tasks that are completed.
listSpeechSynthesisTasks in interface AmazonPollypublic PutLexiconResult putLexicon(PutLexiconRequest request)
AmazonPollyStores a pronunciation lexicon in an Amazon Web Services 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 StartSpeechSynthesisTaskResult startSpeechSynthesisTask(StartSpeechSynthesisTaskRequest request)
AmazonPolly
Allows the creation of an asynchronous synthesis task, by starting a new SpeechSynthesisTask. This
operation requires all the standard information needed for speech synthesis, plus the name of an Amazon S3 bucket
for the service to store the output of the synthesis task and two optional parameters (
OutputS3KeyPrefix and SnsTopicArn). Once the synthesis task is created, this operation
will return a SpeechSynthesisTask object, which will include an identifier of this task as well as
the current status. The SpeechSynthesisTask object is available for 72 hours after starting the
asynchronous synthesis task.
startSpeechSynthesisTask 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 AmazonPolly