Module Values_2.RealTimeContactAnalysisCharacterIntervalSource

Begin and end offsets for a part of text.

Sourcetype nonrec t = {
  1. beginOffsetChar : RealTimeContactAnalysisOffset.t option;
    (*

    The beginning of the character interval.

    *)
  2. endOffsetChar : RealTimeContactAnalysisOffset.t option;
    (*

    The end of the character interval.

    *)
}
Sourceval make : ?beginOffsetChar:??? -> ?endOffsetChar:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of RealTimeContactAnalysisOffset.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t