Module Values.GetMedicalScribeJobRequestSource

Provides information about the specified Medical Scribe job. To view the status of the specified medical transcription job, check the MedicalScribeJobStatus field. If the status is COMPLETED, the job is finished. You can find the results at the location specified in MedicalScribeOutput. If the status is FAILED, FailureReason provides details on why your Medical Scribe job failed. To get a list of your Medical Scribe jobs, use the operation.

Sourcetype nonrec t = {
  1. medicalScribeJobName : TranscriptionJobName.t;
    (*

    The name of the Medical Scribe job you want information about. Job names are case sensitive.

    *)
}
Sourceval context_ : string
Sourceval make : medicalScribeJobName:TranscriptionJobName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TranscriptionJobName.t ]) 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