Values.MedicalScribeOutputStreamSourceOutput stream from Medical Scribe containing transcript events and errors
type nonrec t = {transcriptEvent : MedicalScribeTranscriptEvent.t option;internalFailureException : InternalServerException.t option;validationException : ValidationException.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Boolean of NonNullBoolean.t
| `Double of AudioOffset.t
| `String of String_.t ])
list ])
list ])
list ]