| Package | Description |
|---|---|
| com.amazonaws.services.polly |
Amazon Polly is a web service that makes it easy to synthesize speech from text.
|
| com.amazonaws.services.polly.model |
Classes modeling the various types represented by AmazonPolly
|
| Modifier and Type | Method and Description |
|---|---|
URL |
AmazonPollyPresigningClient.getPresignedSynthesizeSpeechUrl(SynthesizeSpeechPresignRequest synthesizeSpeechPresignRequest)
Returns a pre-signed URL for accessing an Amazon Polly resource.
|
| Modifier and Type | Method and Description |
|---|---|
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withExpiration(Date expiration)
Sets the expiration date at which point the new pre-signed URL will no
longer be accepted by Amazon Polly.
|
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withLanguageCode(LanguageCode languageCode)
Optional language code for the Synthesize Speech request.
|
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withLexiconNames(Collection<String> lexiconNames)
List of one or more pronunciation lexicon names you want the service to
apply during synthesis.
|
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withLexiconNames(String... lexiconNames)
List of one or more pronunciation lexicon names you want the service to
apply during synthesis.
|
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withOutputFormat(OutputFormat outputFormat)
The audio format in which the resulting stream will be encoded.
|
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withOutputFormat(String outputFormat)
The audio format in which the resulting stream will be encoded.
|
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withSampleRate(String sampleRate)
The audio frequency specified in Hz.
|
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withSpeechMarkTypes(Collection<String> speechMarkTypes)
Sets the value of the speechMarkTypes property for this object.
|
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withSpeechMarkTypes(String... speechMarkTypes)
Sets the value of the speechMarkTypes property for this object.
|
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withText(String text)
Input text to synthesize.
|
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withTextType(String textType)
Specifies whether the input text is plain text or SSML.
|
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withTextType(TextType textType)
Specifies whether the input text is plain text or SSML.
|
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withVoiceId(String voiceId)
Voice ID to use for the synthesis.
|
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withVoiceId(VoiceId voiceId)
Voice ID to use for the synthesis.
|
Copyright © 2019. All rights reserved.