| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Transcribe.GetTranscriptionJob
Description
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.
Synopsis
- data GetTranscriptionJob = GetTranscriptionJob' {}
- newGetTranscriptionJob :: Text -> GetTranscriptionJob
- getTranscriptionJob_transcriptionJobName :: Lens' GetTranscriptionJob Text
- data GetTranscriptionJobResponse = GetTranscriptionJobResponse' {}
- newGetTranscriptionJobResponse :: Int -> GetTranscriptionJobResponse
- getTranscriptionJobResponse_transcriptionJob :: Lens' GetTranscriptionJobResponse (Maybe TranscriptionJob)
- getTranscriptionJobResponse_httpStatus :: Lens' GetTranscriptionJobResponse Int
Creating a Request
data GetTranscriptionJob Source #
See: newGetTranscriptionJob smart constructor.
Constructors
| GetTranscriptionJob' | |
Fields
| |
Instances
newGetTranscriptionJob Source #
Arguments
| :: Text | |
| -> GetTranscriptionJob |
Create a value of GetTranscriptionJob with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
GetTranscriptionJob, getTranscriptionJob_transcriptionJobName - The name of the transcription job you want information about. Job names
are case sensitive.
Request Lenses
getTranscriptionJob_transcriptionJobName :: Lens' GetTranscriptionJob Text Source #
The name of the transcription job you want information about. Job names are case sensitive.
Destructuring the Response
data GetTranscriptionJobResponse Source #
See: newGetTranscriptionJobResponse smart constructor.
Constructors
| GetTranscriptionJobResponse' | |
Fields
| |
Instances
newGetTranscriptionJobResponse Source #
Create a value of GetTranscriptionJobResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:transcriptionJob:GetTranscriptionJobResponse', getTranscriptionJobResponse_transcriptionJob - Provides detailed information about the specified transcription job,
including job status and, if applicable, failure reason.
$sel:httpStatus:GetTranscriptionJobResponse', getTranscriptionJobResponse_httpStatus - The response's http status code.
Response Lenses
getTranscriptionJobResponse_transcriptionJob :: Lens' GetTranscriptionJobResponse (Maybe TranscriptionJob) Source #
Provides detailed information about the specified transcription job, including job status and, if applicable, failure reason.
getTranscriptionJobResponse_httpStatus :: Lens' GetTranscriptionJobResponse Int Source #
The response's http status code.