Values.HighlightSourceProvides information that you can use to highlight a search result so that your users can quickly identify terms in the response.
type nonrec t = {beginOffset : Integer.t option;The zero-based location in the response string where the highlight starts.
*)endOffset : Integer.t option;The zero-based location in the response string where the highlight ends.
*)topAnswer : Boolean.t option;Indicates whether the response is the best response. True if this is the best response; otherwise, false.
*)type_ : HighlightType.t option;The highlight type.
*)}