Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

polly_delete_lexicon

Deletes the specified pronunciation lexicon stored in an AWS Region


Description

Deletes the specified pronunciation lexicon stored in an AWS Region. A lexicon which has been deleted is not available for speech synthesis, nor is it possible to retrieve it using either the get_lexicon or ListLexicon APIs.

For more information, see Managing Lexicons.

Usage

polly_delete_lexicon(Name)

Arguments

Name

[required] The name of the lexicon to delete. Must be an existing lexicon in the region.

Value

An empty list.

Request syntax

svc$delete_lexicon(
  Name = "string"
)

Examples

## Not run: 
# Deletes a specified pronunciation lexicon stored in an AWS Region.
svc$delete_lexicon(
  Name = "example"
)

## End(Not run)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.