Module Values.AdaptersConfigSource

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

Sourcetype nonrec t = {
  1. adapters : Adapters.t;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : adapters:Adapters.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of AdapterPage.t ] list | `String of AdapterId.t ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t