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 |
Synopsis
- data MedicalTranscriptionJobSummary = MedicalTranscriptionJobSummary' {
- creationTime :: Maybe POSIX
- specialty :: Maybe Specialty
- failureReason :: Maybe Text
- languageCode :: Maybe LanguageCode
- outputLocationType :: Maybe OutputLocationType
- startTime :: Maybe POSIX
- completionTime :: Maybe POSIX
- medicalTranscriptionJobName :: Maybe Text
- transcriptionJobStatus :: Maybe TranscriptionJobStatus
- type' :: Maybe Type
- contentIdentificationType :: Maybe MedicalContentIdentificationType
- newMedicalTranscriptionJobSummary :: MedicalTranscriptionJobSummary
- medicalTranscriptionJobSummary_creationTime :: Lens' MedicalTranscriptionJobSummary (Maybe UTCTime)
- medicalTranscriptionJobSummary_specialty :: Lens' MedicalTranscriptionJobSummary (Maybe Specialty)
- medicalTranscriptionJobSummary_failureReason :: Lens' MedicalTranscriptionJobSummary (Maybe Text)
- medicalTranscriptionJobSummary_languageCode :: Lens' MedicalTranscriptionJobSummary (Maybe LanguageCode)
- medicalTranscriptionJobSummary_outputLocationType :: Lens' MedicalTranscriptionJobSummary (Maybe OutputLocationType)
- medicalTranscriptionJobSummary_startTime :: Lens' MedicalTranscriptionJobSummary (Maybe UTCTime)
- medicalTranscriptionJobSummary_completionTime :: Lens' MedicalTranscriptionJobSummary (Maybe UTCTime)
- medicalTranscriptionJobSummary_medicalTranscriptionJobName :: Lens' MedicalTranscriptionJobSummary (Maybe Text)
- medicalTranscriptionJobSummary_transcriptionJobStatus :: Lens' MedicalTranscriptionJobSummary (Maybe TranscriptionJobStatus)
- medicalTranscriptionJobSummary_type :: Lens' MedicalTranscriptionJobSummary (Maybe Type)
- medicalTranscriptionJobSummary_contentIdentificationType :: Lens' MedicalTranscriptionJobSummary (Maybe MedicalContentIdentificationType)
Documentation
data MedicalTranscriptionJobSummary Source #
Provides summary information about a transcription job.
See: newMedicalTranscriptionJobSummary
smart constructor.
MedicalTranscriptionJobSummary' | |
|
Instances
newMedicalTranscriptionJobSummary :: MedicalTranscriptionJobSummary Source #
Create a value of MedicalTranscriptionJobSummary
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:creationTime:MedicalTranscriptionJobSummary'
, medicalTranscriptionJobSummary_creationTime
- A timestamp that shows when the medical transcription job was created.
$sel:specialty:MedicalTranscriptionJobSummary'
, medicalTranscriptionJobSummary_specialty
- The medical specialty of the transcription job. Refer to
Transcribing a medical conversationfor
a list of supported specialties.
$sel:failureReason:MedicalTranscriptionJobSummary'
, medicalTranscriptionJobSummary_failureReason
- If the TranscriptionJobStatus
field is FAILED
, a description of the
error.
$sel:languageCode:MedicalTranscriptionJobSummary'
, medicalTranscriptionJobSummary_languageCode
- The language of the transcript in the source audio file.
$sel:outputLocationType:MedicalTranscriptionJobSummary'
, medicalTranscriptionJobSummary_outputLocationType
- Indicates the location of the transcription job's output. This field
must be the path of an S3 bucket; if you don't already have an S3
bucket, one is created based on the path you add.
$sel:startTime:MedicalTranscriptionJobSummary'
, medicalTranscriptionJobSummary_startTime
- A timestamp that shows when the job began processing.
$sel:completionTime:MedicalTranscriptionJobSummary'
, medicalTranscriptionJobSummary_completionTime
- A timestamp that shows when the job was completed.
$sel:medicalTranscriptionJobName:MedicalTranscriptionJobSummary'
, medicalTranscriptionJobSummary_medicalTranscriptionJobName
- The name of a medical transcription job.
$sel:transcriptionJobStatus:MedicalTranscriptionJobSummary'
, medicalTranscriptionJobSummary_transcriptionJobStatus
- The status of the medical transcription job.
$sel:type':MedicalTranscriptionJobSummary'
, medicalTranscriptionJobSummary_type
- The speech of the clinician in the input audio.
$sel:contentIdentificationType:MedicalTranscriptionJobSummary'
, medicalTranscriptionJobSummary_contentIdentificationType
- Shows the type of information you've configured Amazon Transcribe
Medical to identify in a transcription job. If the value is PHI
,
you've configured the transcription job to identify personal health
information (PHI).
medicalTranscriptionJobSummary_creationTime :: Lens' MedicalTranscriptionJobSummary (Maybe UTCTime) Source #
A timestamp that shows when the medical transcription job was created.
medicalTranscriptionJobSummary_specialty :: Lens' MedicalTranscriptionJobSummary (Maybe Specialty) Source #
The medical specialty of the transcription job. Refer to Transcribing a medical conversationfor a list of supported specialties.
medicalTranscriptionJobSummary_failureReason :: Lens' MedicalTranscriptionJobSummary (Maybe Text) Source #
If the TranscriptionJobStatus
field is FAILED
, a description of the
error.
medicalTranscriptionJobSummary_languageCode :: Lens' MedicalTranscriptionJobSummary (Maybe LanguageCode) Source #
The language of the transcript in the source audio file.
medicalTranscriptionJobSummary_outputLocationType :: Lens' MedicalTranscriptionJobSummary (Maybe OutputLocationType) Source #
Indicates the location of the transcription job's output. This field must be the path of an S3 bucket; if you don't already have an S3 bucket, one is created based on the path you add.
medicalTranscriptionJobSummary_startTime :: Lens' MedicalTranscriptionJobSummary (Maybe UTCTime) Source #
A timestamp that shows when the job began processing.
medicalTranscriptionJobSummary_completionTime :: Lens' MedicalTranscriptionJobSummary (Maybe UTCTime) Source #
A timestamp that shows when the job was completed.
medicalTranscriptionJobSummary_medicalTranscriptionJobName :: Lens' MedicalTranscriptionJobSummary (Maybe Text) Source #
The name of a medical transcription job.
medicalTranscriptionJobSummary_transcriptionJobStatus :: Lens' MedicalTranscriptionJobSummary (Maybe TranscriptionJobStatus) Source #
The status of the medical transcription job.
medicalTranscriptionJobSummary_type :: Lens' MedicalTranscriptionJobSummary (Maybe Type) Source #
The speech of the clinician in the input audio.
medicalTranscriptionJobSummary_contentIdentificationType :: Lens' MedicalTranscriptionJobSummary (Maybe MedicalContentIdentificationType) Source #
Shows the type of information you've configured Amazon Transcribe
Medical to identify in a transcription job. If the value is PHI
,
you've configured the transcription job to identify personal health
information (PHI).