Module Values.GetTranscriptionJobRequestSource

Provides information about the specified transcription job. To view the status of the specified 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. If you enabled content redaction, the redacted transcript can be found at the location specified in RedactedTranscriptFileUri. To get a list of your transcription jobs, use the operation.

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

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

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