Module Values_2.RealTimeContactAnalysisTranscriptItemRedactionSource

Object describing redaction applied to the segment.

Sourcetype nonrec t = {
  1. characterOffsets : RealTimeContactAnalysisCharacterIntervals.t option;
    (*

    List of character intervals each describing a part of the text that was redacted. For OutputType.Raw, part of the original text that contains data that can be redacted. For OutputType.Redacted, part of the string with redaction tag.

    *)
}
Sourceval make : ?characterOffsets:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Integer of RealTimeContactAnalysisOffset.t ]) list ] list ]) 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