| Package | Description |
|---|---|
| com.amazonaws.services.polly.presign |
| Modifier and Type | Method and Description |
|---|---|
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withEngine(String engine) |
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withExpirationDate(Date date)
Sets the expiration of the presigned request.
|
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withLanguageCode(String languageCode) |
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withLexiconNames(Collection<String> lexiconNames) |
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withLexiconNames(String... lexiconNames)
NOTE: This method appends the values to the existing list (if any).
|
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withOutputFormat(OutputFormat outputFormat) |
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withOutputFormat(String outputFormat) |
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withSampleRate(String sampleRate) |
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withSigningCredentials(AWSCredentialsProvider signingCredentials) |
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withSpeechMarkTypes(Collection<String> speechMarkTypes) |
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withSpeechMarkTypes(SpeechMarkType... speechMarkTypes)
NOTE: This method appends the values to the existing list (if any).
|
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withSpeechMarkTypes(String... speechMarkTypes)
NOTE: This method appends the values to the existing list (if any).
|
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withText(String text) |
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withTextType(String textType) |
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withTextType(TextType textType) |
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withVoiceId(String voiceId) |
SynthesizeSpeechPresignRequest |
SynthesizeSpeechPresignRequest.withVoiceId(VoiceId voiceId) |
| Modifier and Type | Method and Description |
|---|---|
URL |
AmazonPollyPresigners.getPresignedSynthesizeSpeechUrl(SynthesizeSpeechPresignRequest synthesizeSpeechPresignRequest)
Presign a
SynthesizeSpeechRequest to be vended to consumers. |
Copyright © 2020. All rights reserved.