Smaws_Client_Transcribe.GetTranscriptionJob
val request :
Smaws_Lib.Context.t ->
get_transcription_job_request ->
(get_transcription_job_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `BadRequestException of bad_request_exception
| `InternalFailureException of internal_failure_exception
| `LimitExceededException of limit_exceeded_exception
| `NotFoundException of not_found_exception ])
Stdlib.result
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.