Module Values.SignatureDetectionSource

Information regarding a detected signature on a page.

Sourcetype nonrec t = {
  1. confidence : Percent.t option;
    (*

    The confidence, from 0 to 100, in the predicted values for a detected signature.

    *)
  2. geometry : Geometry.t option;
}
Sourceval make : ?confidence:??? -> ?geometry:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Float of Percent.t | `Structure of (string * [> `Float of Angle.t | `List of [> `Structure of (string * [> `Float of Float_.t ]) list ] list | `Structure of (string * [> `Float of Float_.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