Values.GetMedicalTranscriptionJobResponseSourceProvides 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.
type nonrec t = {medicalTranscriptionJob : MedicalTranscriptionJob.t option;Provides detailed information about the specified medical transcription job, including job status and, if applicable, failure reason.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `InternalFailureException of InternalFailureException.t| `LimitExceededException of LimitExceededException.t| `NotFoundException of NotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `InternalFailureException of InternalFailureException.t
| `LimitExceededException of LimitExceededException.t
| `NotFoundException of NotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `InternalFailureException of InternalFailureException.t
| `LimitExceededException of LimitExceededException.t
| `NotFoundException of NotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of MedicalMediaSampleRateHertz.t
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ]
list
| `String of TranscriptionJobName.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of MaxSpeakers.t
| `String of Uri_.t ])
list
| `Timestamp of DateTime.t ])
list ])
list ]