| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.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 TranscriptionFileUri field.
- getTranscriptionJob :: Text -> GetTranscriptionJob
- data GetTranscriptionJob
- gtjTranscriptionJobName :: Lens' GetTranscriptionJob Text
- getTranscriptionJobResponse :: Int -> GetTranscriptionJobResponse
- data GetTranscriptionJobResponse
- gtjrsTranscriptionJob :: Lens' GetTranscriptionJobResponse (Maybe TranscriptionJob)
- gtjrsResponseStatus :: Lens' GetTranscriptionJobResponse Int
Creating a Request
Arguments
| :: Text | |
| -> GetTranscriptionJob |
Creates a value of GetTranscriptionJob with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gtjTranscriptionJobName- The name of the job.
data GetTranscriptionJob Source #
See: getTranscriptionJob smart constructor.
Instances
Request Lenses
gtjTranscriptionJobName :: Lens' GetTranscriptionJob Text Source #
The name of the job.
Destructuring the Response
getTranscriptionJobResponse Source #
Arguments
| :: Int | |
| -> GetTranscriptionJobResponse |
Creates a value of GetTranscriptionJobResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gtjrsTranscriptionJob- An object that contains the results of the transcription job.gtjrsResponseStatus- -- | The response status code.
data GetTranscriptionJobResponse Source #
See: getTranscriptionJobResponse smart constructor.
Instances
Response Lenses
gtjrsTranscriptionJob :: Lens' GetTranscriptionJobResponse (Maybe TranscriptionJob) Source #
An object that contains the results of the transcription job.
gtjrsResponseStatus :: Lens' GetTranscriptionJobResponse Int Source #
- - | The response status code.