Module Values.GuardrailCoverageSource

The action of the guardrail coverage details.

Sourcetype nonrec t = {
  1. textCharacters : GuardrailTextCharactersCoverage.t option;
    (*

    The text characters of the guardrail coverage details.

    *)
  2. images : GuardrailImageCoverage.t option;
    (*

    The guardrail coverage for images (the number of images that guardrails guarded).

    *)
}
Sourceval make : ?textCharacters:??? -> ?images:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Integer of TextCharactersGuarded.t ]) 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