Contains metadata describing the lexicon such as the number of lexemes, language code, and so on. For more information, see Managing Lexicons.

interface LexiconAttributes {
    Alphabet?: string;
    LanguageCode?: LanguageCode;
    LastModified?: Date;
    LexemesCount?: number;
    LexiconArn?: string;
    Size?: number;
}

Properties

Alphabet?: string

Phonetic alphabet used in the lexicon. Valid values are ipa and x-sampa.

LanguageCode?: LanguageCode

Language code that the lexicon applies to. A lexicon with a language code such as "en" would be applied to all English languages (en-GB, en-US, en-AUS, en-WLS, and so on.

LastModified?: Date

Date lexicon was last modified (a timestamp value).

LexemesCount?: number

Number of lexemes in the lexicon.

LexiconArn?: string

Amazon Resource Name (ARN) of the lexicon.

Size?: number

Total size of the lexicon, in characters.