Module Values_1.EvaluationSuggestedAnswerTranscriptMillisecondOffsetsSource

The milliseconds offset for transcript reference in suggested answer.

Sourcetype nonrec t = {
  1. beginOffsetMillis : EvaluationSuggestedAnswerTranscriptMillisOffset.t option;
    (*

    Offset in milliseconds from the beginning of the transcript.

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