Values.MedicalScribeChannelDefinitionSourceIndicates which speaker is on which channel. The options are CLINICIAN and PATIENT
type nonrec t = {channelId : MedicalScribeChannelId.t;Specify the audio channel you want to define.
*)participantRole : MedicalScribeParticipantRole.t;Specify the participant that you want to flag. The options are CLINICIAN and PATIENT
*)}val make :
channelId:MedicalScribeChannelId.t ->
participantRole:MedicalScribeParticipantRole.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Integer of MedicalScribeChannelId.t ])
list ]