Table of Contents

Class Lexicon

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

Provides lexicon name and lexicon content in string format. For more information, see Pronunciation Lexicon Specification (PLS) Version 1.0.

public class Lexicon
Inheritance
Lexicon
Inherited Members

Constructors

Lexicon()

public Lexicon()

Properties

Content

Gets and sets the property Content.

Lexicon content in string format. The content of a lexicon must be in PLS format.

public string Content { get; set; }

Property Value

string

Name

Gets and sets the property Name.

Name of the lexicon.

public string Name { get; set; }

Property Value

string