Values.GetTranscriptionJobResponseSourceProvides 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.
type nonrec t = {transcriptionJob : TranscriptionJob.t option;Provides detailed information about the specified 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
* [> `Boolean of Boolean.t
| `Enum of string
| `Float of IdentifiedLanguageScore.t
| `Integer of MediaSampleRateHertz.t
| `List of
[> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `Float of DurationInSeconds.t
| `List of [> `Enum of string ] list
| `String of TagKey.t ])
list ]
list
| `Map of
([> `Enum of string ]
* [> `Structure of
(string * [> `String of VocabularyName.t ]) list ])
list
| `String of TranscriptionJobName.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of MaxSpeakers.t
| `List of [> `Enum of string | `String of Uri_.t ] list
| `String of Uri_.t ])
list
| `Timestamp of DateTime.t ])
list ])
list ]