| 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 |
| Modifier and Type | Method and Description |
|---|---|
Future<SynthesizeSpeechResult> |
AmazonPollyAsyncClient.synthesizeSpeechAsync(SynthesizeSpeechRequest request,
AsyncHandler<SynthesizeSpeechRequest,SynthesizeSpeechResult> asyncHandler) |
Future<SynthesizeSpeechResult> |
AbstractAmazonPollyAsync.synthesizeSpeechAsync(SynthesizeSpeechRequest request,
AsyncHandler<SynthesizeSpeechRequest,SynthesizeSpeechResult> asyncHandler) |
Future<SynthesizeSpeechResult> |
AmazonPollyAsync.synthesizeSpeechAsync(SynthesizeSpeechRequest synthesizeSpeechRequest,
AsyncHandler<SynthesizeSpeechRequest,SynthesizeSpeechResult> asyncHandler)
Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.
|
| Modifier and Type | Method and Description |
|---|---|
SynthesizeSpeechRequest |
SynthesizeSpeechRequest.clone() |
SynthesizeSpeechRequest |
SynthesizeSpeechRequest.withEngine(Engine engine)
Specifies the engine (
standard, neural or long-form) for Amazon Polly to
use when processing input text for speech synthesis. |
SynthesizeSpeechRequest |
SynthesizeSpeechRequest.withEngine(String engine)
Specifies the engine (
standard, neural or long-form) for Amazon Polly to
use when processing input text for speech synthesis. |
SynthesizeSpeechRequest |
SynthesizeSpeechRequest.withLanguageCode(LanguageCode languageCode)
Optional language code for the Synthesize Speech request.
|
SynthesizeSpeechRequest |
SynthesizeSpeechRequest.withLanguageCode(String languageCode)
Optional language code for the Synthesize Speech request.
|
SynthesizeSpeechRequest |
SynthesizeSpeechRequest.withLexiconNames(Collection<String> lexiconNames)
List of one or more pronunciation lexicon names you want the service to apply during synthesis.
|
SynthesizeSpeechRequest |
SynthesizeSpeechRequest.withLexiconNames(String... lexiconNames)
List of one or more pronunciation lexicon names you want the service to apply during synthesis.
|
SynthesizeSpeechRequest |
SynthesizeSpeechRequest.withOutputFormat(OutputFormat outputFormat)
The format in which the returned output will be encoded.
|
SynthesizeSpeechRequest |
SynthesizeSpeechRequest.withOutputFormat(String outputFormat)
The format in which the returned output will be encoded.
|
SynthesizeSpeechRequest |
SynthesizeSpeechRequest.withSampleRate(String sampleRate)
The audio frequency specified in Hz.
|
SynthesizeSpeechRequest |
SynthesizeSpeechRequest.withSpeechMarkTypes(Collection<String> speechMarkTypes)
The type of speech marks returned for the input text.
|
SynthesizeSpeechRequest |
SynthesizeSpeechRequest.withSpeechMarkTypes(SpeechMarkType... speechMarkTypes)
The type of speech marks returned for the input text.
|
SynthesizeSpeechRequest |
SynthesizeSpeechRequest.withSpeechMarkTypes(String... speechMarkTypes)
The type of speech marks returned for the input text.
|
SynthesizeSpeechRequest |
SynthesizeSpeechRequest.withText(String text)
Input text to synthesize.
|
SynthesizeSpeechRequest |
SynthesizeSpeechRequest.withTextType(String textType)
Specifies whether the input text is plain text or SSML.
|
SynthesizeSpeechRequest |
SynthesizeSpeechRequest.withTextType(TextType textType)
Specifies whether the input text is plain text or SSML.
|
SynthesizeSpeechRequest |
SynthesizeSpeechRequest.withVoiceId(String voiceId)
Voice ID to use for the synthesis.
|
SynthesizeSpeechRequest |
SynthesizeSpeechRequest.withVoiceId(VoiceId voiceId)
Voice ID to use for the synthesis.
|
Copyright © 2023. All rights reserved.