get_lexicon {aws.polly} | R Documentation |
Lexicons
Description
List, put, and delete lexicons
Usage
get_lexicon(lexicon, token, ...)
put_lexicon(lexicon, content, ...)
delete_lexicon(lexicon, ...)
Arguments
lexicon |
A character string specifying the name of a lexicon. If missing, a list of available lexicons is returned. |
token |
Optionally, a pagination token. |
... |
Additional arguments passed to |
content |
A character string containing the content of the PLS lexicon. |
Details
Note: put_lexicon
will overwrite an existing lexicon with the same name.
Value
A list.
Examples
## Not run:
list_lexicons()
## End(Not run)
[Package aws.polly version 0.1.5 Index]