Module Values.GetMedicalTranscriptionJobRequestSource

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

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

    The name of the medical transcription job you want information about. Job names are case sensitive.

    *)
}
Sourceval context_ : string
Sourceval make : medicalTranscriptionJobName: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