Values_2.RealTimeContactAnalysisCharacterIntervalSourceBegin and end offsets for a part of text.
type nonrec t = {beginOffsetChar : RealTimeContactAnalysisOffset.t option;The beginning of the character interval.
*)endOffsetChar : RealTimeContactAnalysisOffset.t option;The end of the character interval.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of RealTimeContactAnalysisOffset.t ]) list ]