Values.TextMatchItemSourceA structure indicating matched terms for an attribute.
type nonrec t = {attribute : Attribute.t option;The name of the attribute.
*)text : String_.t option;Snippet of attribute text containing highlighted content.
*)matchOffsets : MatchOffsets.t option;List of offsets indicating matching terms in the TextMatchItem text.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `Integer of Integer.t ]) list ]
list
| `String of Attribute.t ])
list ]