list_voices {aws.polly}R Documentation

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

## Not run: 
list_voices(language = "cy-GB")

## End(Not run)

[Package aws.polly version 0.1.5 Index]