Values.GuardrailCoverageSourceThe action of the guardrail coverage details.
type nonrec t = {textCharacters : GuardrailTextCharactersCoverage.t option;The text characters of the guardrail coverage details.
*)images : GuardrailImageCoverage.t option;The guardrail coverage for images (the number of images that guardrails guarded).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Integer of TextCharactersGuarded.t ]) list ])
list ]