View source: R/polly_operations.R
polly_describe_voices | R Documentation |
Returns the list of voices that are available for use when requesting speech synthesis. Each voice speaks a specified language, is either male or female, and is identified by an ID, which is the ASCII version of the voice name.
See https://www.paws-r-sdk.com/docs/polly_describe_voices/ for full documentation.
polly_describe_voices(
Engine = NULL,
LanguageCode = NULL,
IncludeAdditionalLanguageCodes = NULL,
NextToken = NULL
)
Engine |
Specifies the engine ( |
LanguageCode |
The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned. |
IncludeAdditionalLanguageCodes |
Boolean value indicating whether to return any bilingual voices that use
the specified language as an additional language. For instance, if you
request all languages that use US English (es-US), and there is an
Italian voice that speaks both Italian (it-IT) and US English, that
voice will be included if you specify |
NextToken |
An opaque pagination token returned from the previous
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.