Values.SuggestHighlightsSourceDescribes how the parts of the textQuery matched the input query by returning the sections of the response which matched to textQuery terms.
type nonrec t = {title : HighlightList.t option;Indicates the starting and ending index of the title in the text query that match the found title.
*)address : SuggestAddressHighlights.t option;The place's address.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of HighlightStartIndexInteger.t
| `String of HighlightValueString.t ])
list ]
list
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of HighlightStartIndexInteger.t
| `String of HighlightValueString.t ])
list ]
list ])
list ])
list ]