Contains information about adapters used when analyzing a document, with each adapter specified using an AdapterId and version

interface AdaptersConfig {
    Adapters: undefined | Adapter[];
}

Properties

Properties

Adapters: undefined | Adapter[]

A list of adapters to be used when analyzing the specified document.