| 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 |
|---|---|
SynthesizeSpeechResult |
AmazonPollyClient.synthesizeSpeech(SynthesizeSpeechRequest synthesizeSpeechRequest)
Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.
|
SynthesizeSpeechResult |
AmazonPolly.synthesizeSpeech(SynthesizeSpeechRequest synthesizeSpeechRequest)
Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2019. All rights reserved.