interface GetLexiconOutput {
    Lexicon?: Lexicon;
    LexiconAttributes?: LexiconAttributes;
}

Hierarchy (view full)

Properties

Lexicon?: Lexicon

Lexicon object that provides name and the string content of the lexicon.

LexiconAttributes?: LexiconAttributes

Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.