Module Values.MedicalScribeInputStreamSource

Input stream for Medical Scribe containing audio and configuration events

Sourcetype nonrec t = {
  1. audioEvent : MedicalScribeAudioEvent.t option;
  2. sessionControlEvent : MedicalScribeSessionControlEvent.t option;
  3. configurationEvent : MedicalScribeConfigurationEvent.t option;
}
Sourceval make : ?audioEvent:??? -> ?sessionControlEvent:??? -> ?configurationEvent:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Blob of AudioChunk.t | `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `Integer of MedicalScribeChannelId.t ]) list ] list | `Structure of (string * [> `String of S3Uri.t | `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of SensitiveAlphanumericString.t ]) list ] list ]) list ]) list ]) list ]) list ]) 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