Values_1.EvaluationTranscriptPointOfInterestSourceInformation about the point of interest in transcript provided to evaluation.
type nonrec t = {millisecondOffsets : EvaluationSuggestedAnswerTranscriptMillisecondOffsets.t
option;Offset in milliseconds from the beginning of transcript.
*)transcriptSegment : EvaluationSuggestedAnswerTranscriptSegment.t option;Segment of transcript.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of EvaluationSuggestedAnswerTranscriptSegment.t
| `Structure of
(string
* [> `Integer of EvaluationSuggestedAnswerTranscriptMillisOffset.t ])
list ])
list ]