Describes the content of the lexicon.

interface LexiconDescription {
    Attributes?: LexiconAttributes;
    Name?: string;
}

Properties

Properties

Attributes?: LexiconAttributes

Provides lexicon metadata.

Name?: string

Name of the lexicon.