Table of Contents

Class DeleteLexiconRequest

Namespace
Amazon.Polly.Model
Assembly
AWSSDK.Polly.dll

Container for the parameters to the DeleteLexicon operation. 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

GetLexicon
or
ListLexicon
APIs.

For more information, see Managing Lexicons.

public class DeleteLexiconRequest : AmazonPollyRequest
Inheritance
DeleteLexiconRequest

Constructors

DeleteLexiconRequest()

public DeleteLexiconRequest()

Properties

Name

Gets and sets the property Name.

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

public string Name { get; set; }

Property Value

string