Learn R Programming

aws.polly (version 0.1.5)

list_voices: List available voices

Description

Retrieve a list of available voices

Usage

list_voices(language = "en-US", token, ...)

Arguments

language

An ISO 3166 country identification tag.

token

Optionally, a pagination token.

Additional arguments passed to pollyHTTP.

Value

A data frame of available names.

Examples

Run this code
# NOT RUN {
list_voices(language = "cy-GB")
# }

Run the code above in your browser using DataLab