Module Values.RegionHighlightsSource

Indicates the starting and ending index of the region in the text query that match the found title.

Sourcetype nonrec t = {
  1. code : HighlightList.t option;
    (*

    Indicates the starting and ending index of the region in the text query that match the found title.

    *)
  2. name : HighlightList.t option;
    (*

    Indicates the starting and ending index of the region name in the text query that match the found title.

    *)
}
Sourceval make : ?code:??? -> ?name:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Integer of HighlightStartIndexInteger.t | `String of HighlightValueString.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