Module Values_1.EvaluationTranscriptPointOfInterestSource

Information about the point of interest in transcript provided to evaluation.

Sourcetype nonrec t = {
  1. millisecondOffsets : EvaluationSuggestedAnswerTranscriptMillisecondOffsets.t option;
    (*

    Offset in milliseconds from the beginning of transcript.

    *)
  2. transcriptSegment : EvaluationSuggestedAnswerTranscriptSegment.t option;
    (*

    Segment of transcript.

    *)
}
Sourceval make : ?millisecondOffsets:??? -> ?transcriptSegment:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of EvaluationSuggestedAnswerTranscriptSegment.t | `Structure of (string * [> `Integer of EvaluationSuggestedAnswerTranscriptMillisOffset.t ]) 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