Values.MedicalScribeTranscriptEventSourceAn event containing transcript data from the Medical Scribe stream
type nonrec t = {transcriptSegment : MedicalScribeTranscriptSegment.t option;A segment of the transcript
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of NonNullBoolean.t
| `Double of AudioOffset.t
| `String of String_.t ])
list ])
list ]