Values_2.RealTimeContactAnalysisTranscriptItemWithCharacterOffsetsSourceTranscript representation containing Id and list of character intervals that are associated with analysis data. For example, this object within a RealTimeContactAnalysisPointOfInterest in Category.MatchedDetails would have character interval describing part of the text that matched category.
type nonrec t = {id : RealTimeContactAnalysisId256.t option;Transcript identifier. Matches the identifier from one of the TranscriptSegments.
*)characterOffsets : RealTimeContactAnalysisCharacterInterval.t option;List of character intervals within transcript content/text.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of RealTimeContactAnalysisId256.t
| `Structure of
(string * [> `Integer of RealTimeContactAnalysisOffset.t ]) list ])
list ]