Values.HighlightSourceOffset specification to describe highlighting of document excerpts for rendering search results and recommendations.
type nonrec t = {beginOffsetInclusive : HighlightOffset.t option;The offset for the start of the highlight.
*)endOffsetExclusive : HighlightOffset.t option;The offset for the end of the highlight.
*)}