| 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 |
|---|---|
DescribeVoicesResult |
AmazonPollyClient.describeVoices(DescribeVoicesRequest describeVoicesRequest)
Returns the list of voices that are available for use when requesting
speech synthesis.
|
DescribeVoicesResult |
AmazonPolly.describeVoices(DescribeVoicesRequest describeVoicesRequest)
Returns the list of voices that are available for use when requesting
speech synthesis.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeVoicesResult |
DescribeVoicesResult.withNextToken(String nextToken)
The pagination token to use in the next request to continue the listing
of voices.
|
DescribeVoicesResult |
DescribeVoicesResult.withVoices(Collection<Voice> voices)
A list of voices with their properties.
|
DescribeVoicesResult |
DescribeVoicesResult.withVoices(Voice... voices)
A list of voices with their properties.
|
Copyright © 2019. All rights reserved.