Values.SearchResultLocationSourceSpecifies a search result location within the content array, providing positioning information for cited content using search result index and block positions.
type nonrec t = {searchResultIndex : SearchResultLocationSearchResultIndexInteger.t option;The index of the search result content block where the cited content is found.
*)start : SearchResultLocationStartInteger.t option;The starting position in the content array where the cited content begins.
*)end_ : SearchResultLocationEndInteger.t option;The ending position in the content array where the cited content ends.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of SearchResultLocationSearchResultIndexInteger.t ])
list ]