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

interface Lexicon {
    Content?: string;
    Name?: string;
}

Properties

Properties

Content?: string

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

Name?: string

Name of the lexicon.