| 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 |
|---|---|
SynthesizeSpeechResult |
AmazonPollyClient.synthesizeSpeech(SynthesizeSpeechRequest request)
Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.
|
SynthesizeSpeechResult |
AbstractAmazonPolly.synthesizeSpeech(SynthesizeSpeechRequest request) |
SynthesizeSpeechResult |
AmazonPolly.synthesizeSpeech(SynthesizeSpeechRequest synthesizeSpeechRequest)
Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SynthesizeSpeechResult> |
AmazonPollyAsync.synthesizeSpeechAsync(SynthesizeSpeechRequest synthesizeSpeechRequest,
AsyncHandler<SynthesizeSpeechRequest,SynthesizeSpeechResult> asyncHandler)
Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.
|
Future<SynthesizeSpeechResult> |
AbstractAmazonPollyAsync.synthesizeSpeechAsync(SynthesizeSpeechRequest request,
AsyncHandler<SynthesizeSpeechRequest,SynthesizeSpeechResult> asyncHandler) |
Future<SynthesizeSpeechResult> |
AmazonPollyAsyncClient.synthesizeSpeechAsync(SynthesizeSpeechRequest request,
AsyncHandler<SynthesizeSpeechRequest,SynthesizeSpeechResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SynthesizeSpeechResult |
SynthesizeSpeechResult.clone() |
SynthesizeSpeechResult |
SynthesizeSpeechResult.withAudioStream(InputStream audioStream)
Stream containing the synthesized speech.
|
SynthesizeSpeechResult |
SynthesizeSpeechResult.withContentType(String contentType)
Specifies the type audio stream.
|
SynthesizeSpeechResult |
SynthesizeSpeechResult.withRequestCharacters(Integer requestCharacters)
Number of characters synthesized.
|
Copyright © 2021. All rights reserved.