| 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 |
|---|---|
DescribeVoicesRequest |
DescribeVoicesRequest.withIncludeAdditionalLanguageCodes(Boolean includeAdditionalLanguageCodes)
Boolean value indicating whether to return any bilingual voices that use
the specified language as an additional language.
|
DescribeVoicesRequest |
DescribeVoicesRequest.withLanguageCode(LanguageCode languageCode)
The language identification tag (ISO 639 code for the language name-ISO
3166 country code) for filtering the list of voices returned.
|
DescribeVoicesRequest |
DescribeVoicesRequest.withLanguageCode(String languageCode)
The language identification tag (ISO 639 code for the language name-ISO
3166 country code) for filtering the list of voices returned.
|
DescribeVoicesRequest |
DescribeVoicesRequest.withNextToken(String nextToken)
An opaque pagination token returned from the previous
DescribeVoices operation. |
Copyright © 2019. All rights reserved.