| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.Transcribe.GetTranscriptionJob
Description
Returns information about a transcription job. To see the status of the
job, check the TranscriptionJobStatus field. If the status is
COMPLETED, the job is finished and you can find the results at the
location specified in the TranscriptFileUri field. If you enable
content redaction, the redacted transcript appears in
RedactedTranscriptFileUri.
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 #
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:
$sel:transcriptionJobName:GetTranscriptionJob', getTranscriptionJob_transcriptionJobName - The name of the job.
Request Lenses
getTranscriptionJob_transcriptionJobName :: Lens' GetTranscriptionJob Text Source #
The name of the job.
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 - An object that contains the results of the transcription job.
$sel:httpStatus:GetTranscriptionJobResponse', getTranscriptionJobResponse_httpStatus - The response's http status code.
Response Lenses
getTranscriptionJobResponse_transcriptionJob :: Lens' GetTranscriptionJobResponse (Maybe TranscriptionJob) Source #
An object that contains the results of the transcription job.
getTranscriptionJobResponse_httpStatus :: Lens' GetTranscriptionJobResponse Int Source #
The response's http status code.