Table of Contents

Class LexiconDescription

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

Describes the content of the lexicon.

public class LexiconDescription
Inheritance
LexiconDescription
Inherited Members

Constructors

LexiconDescription()

public LexiconDescription()

Properties

Attributes

Gets and sets the property Attributes.

Provides lexicon metadata.

public LexiconAttributes Attributes { get; set; }

Property Value

LexiconAttributes

Name

Gets and sets the property Name.

Name of the lexicon.

public string Name { get; set; }

Property Value

string