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 |
Returns information about a transcription job from Amazon Transcribe
Medical. To see the status of the job, check the
TranscriptionJobStatus
field. If the status is COMPLETED
, the job is
finished. You find the results of the completed job in the
TranscriptFileUri
field.
Synopsis
- data GetMedicalTranscriptionJob = GetMedicalTranscriptionJob' {}
- newGetMedicalTranscriptionJob :: Text -> GetMedicalTranscriptionJob
- getMedicalTranscriptionJob_medicalTranscriptionJobName :: Lens' GetMedicalTranscriptionJob Text
- data GetMedicalTranscriptionJobResponse = GetMedicalTranscriptionJobResponse' {}
- newGetMedicalTranscriptionJobResponse :: Int -> GetMedicalTranscriptionJobResponse
- getMedicalTranscriptionJobResponse_medicalTranscriptionJob :: Lens' GetMedicalTranscriptionJobResponse (Maybe MedicalTranscriptionJob)
- getMedicalTranscriptionJobResponse_httpStatus :: Lens' GetMedicalTranscriptionJobResponse Int
Creating a Request
data GetMedicalTranscriptionJob Source #
See: newGetMedicalTranscriptionJob
smart constructor.
GetMedicalTranscriptionJob' | |
|
Instances
newGetMedicalTranscriptionJob Source #
Create a value of GetMedicalTranscriptionJob
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:medicalTranscriptionJobName:GetMedicalTranscriptionJob'
, getMedicalTranscriptionJob_medicalTranscriptionJobName
- The name of the medical transcription job.
Request Lenses
getMedicalTranscriptionJob_medicalTranscriptionJobName :: Lens' GetMedicalTranscriptionJob Text Source #
The name of the medical transcription job.
Destructuring the Response
data GetMedicalTranscriptionJobResponse Source #
See: newGetMedicalTranscriptionJobResponse
smart constructor.
GetMedicalTranscriptionJobResponse' | |
|
Instances
newGetMedicalTranscriptionJobResponse Source #
Create a value of GetMedicalTranscriptionJobResponse
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:medicalTranscriptionJob:GetMedicalTranscriptionJobResponse'
, getMedicalTranscriptionJobResponse_medicalTranscriptionJob
- An object that contains the results of the medical transcription job.
$sel:httpStatus:GetMedicalTranscriptionJobResponse'
, getMedicalTranscriptionJobResponse_httpStatus
- The response's http status code.
Response Lenses
getMedicalTranscriptionJobResponse_medicalTranscriptionJob :: Lens' GetMedicalTranscriptionJobResponse (Maybe MedicalTranscriptionJob) Source #
An object that contains the results of the medical transcription job.
getMedicalTranscriptionJobResponse_httpStatus :: Lens' GetMedicalTranscriptionJobResponse Int Source #
The response's http status code.