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 TranscriptionJobSummary = TranscriptionJobSummary' {
- creationTime :: Maybe POSIX
- failureReason :: Maybe Text
- contentRedaction :: Maybe ContentRedaction
- identifiedLanguageScore :: Maybe Double
- languageCode :: Maybe LanguageCode
- outputLocationType :: Maybe OutputLocationType
- startTime :: Maybe POSIX
- completionTime :: Maybe POSIX
- modelSettings :: Maybe ModelSettings
- transcriptionJobStatus :: Maybe TranscriptionJobStatus
- transcriptionJobName :: Maybe Text
- identifyLanguage :: Maybe Bool
- newTranscriptionJobSummary :: TranscriptionJobSummary
- transcriptionJobSummary_creationTime :: Lens' TranscriptionJobSummary (Maybe UTCTime)
- transcriptionJobSummary_failureReason :: Lens' TranscriptionJobSummary (Maybe Text)
- transcriptionJobSummary_contentRedaction :: Lens' TranscriptionJobSummary (Maybe ContentRedaction)
- transcriptionJobSummary_identifiedLanguageScore :: Lens' TranscriptionJobSummary (Maybe Double)
- transcriptionJobSummary_languageCode :: Lens' TranscriptionJobSummary (Maybe LanguageCode)
- transcriptionJobSummary_outputLocationType :: Lens' TranscriptionJobSummary (Maybe OutputLocationType)
- transcriptionJobSummary_startTime :: Lens' TranscriptionJobSummary (Maybe UTCTime)
- transcriptionJobSummary_completionTime :: Lens' TranscriptionJobSummary (Maybe UTCTime)
- transcriptionJobSummary_modelSettings :: Lens' TranscriptionJobSummary (Maybe ModelSettings)
- transcriptionJobSummary_transcriptionJobStatus :: Lens' TranscriptionJobSummary (Maybe TranscriptionJobStatus)
- transcriptionJobSummary_transcriptionJobName :: Lens' TranscriptionJobSummary (Maybe Text)
- transcriptionJobSummary_identifyLanguage :: Lens' TranscriptionJobSummary (Maybe Bool)
Documentation
data TranscriptionJobSummary Source #
Provides a summary of information about a transcription job.
See: newTranscriptionJobSummary
smart constructor.
TranscriptionJobSummary' | |
|
Instances
newTranscriptionJobSummary :: TranscriptionJobSummary Source #
Create a value of TranscriptionJobSummary
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:TranscriptionJobSummary'
, transcriptionJobSummary_creationTime
- A timestamp that shows when the job was created.
$sel:failureReason:TranscriptionJobSummary'
, transcriptionJobSummary_failureReason
- If the TranscriptionJobStatus
field is FAILED
, a description of the
error.
$sel:contentRedaction:TranscriptionJobSummary'
, transcriptionJobSummary_contentRedaction
- The content redaction settings of the transcription job.
$sel:identifiedLanguageScore:TranscriptionJobSummary'
, transcriptionJobSummary_identifiedLanguageScore
- A value between zero and one that Amazon Transcribe assigned to the
language it identified in the source audio. A higher score indicates
that Amazon Transcribe is more confident in the language it identified.
$sel:languageCode:TranscriptionJobSummary'
, transcriptionJobSummary_languageCode
- The language code for the input speech.
$sel:outputLocationType:TranscriptionJobSummary'
, transcriptionJobSummary_outputLocationType
- Indicates the location of the output of the transcription job.
If the value is CUSTOMER_BUCKET
then the location is the S3 bucket
specified in the outputBucketName
field when the transcription job was
started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon
Transcribe and can be retrieved using the URI in the
GetTranscriptionJob
response's TranscriptFileUri
field.
$sel:startTime:TranscriptionJobSummary'
, transcriptionJobSummary_startTime
- A timestamp that shows when the job started processing.
$sel:completionTime:TranscriptionJobSummary'
, transcriptionJobSummary_completionTime
- A timestamp that shows when the job was completed.
$sel:modelSettings:TranscriptionJobSummary'
, transcriptionJobSummary_modelSettings
- Undocumented member.
$sel:transcriptionJobStatus:TranscriptionJobSummary'
, transcriptionJobSummary_transcriptionJobStatus
- The status of the transcription job. When the status is COMPLETED
, use
the GetTranscriptionJob
operation to get the results of the
transcription.
$sel:transcriptionJobName:TranscriptionJobSummary'
, transcriptionJobSummary_transcriptionJobName
- The name of the transcription job.
$sel:identifyLanguage:TranscriptionJobSummary'
, transcriptionJobSummary_identifyLanguage
- Whether automatic language identification was enabled for a
transcription job.
transcriptionJobSummary_creationTime :: Lens' TranscriptionJobSummary (Maybe UTCTime) Source #
A timestamp that shows when the job was created.
transcriptionJobSummary_failureReason :: Lens' TranscriptionJobSummary (Maybe Text) Source #
If the TranscriptionJobStatus
field is FAILED
, a description of the
error.
transcriptionJobSummary_contentRedaction :: Lens' TranscriptionJobSummary (Maybe ContentRedaction) Source #
The content redaction settings of the transcription job.
transcriptionJobSummary_identifiedLanguageScore :: Lens' TranscriptionJobSummary (Maybe Double) Source #
A value between zero and one that Amazon Transcribe assigned to the language it identified in the source audio. A higher score indicates that Amazon Transcribe is more confident in the language it identified.
transcriptionJobSummary_languageCode :: Lens' TranscriptionJobSummary (Maybe LanguageCode) Source #
The language code for the input speech.
transcriptionJobSummary_outputLocationType :: Lens' TranscriptionJobSummary (Maybe OutputLocationType) Source #
Indicates the location of the output of the transcription job.
If the value is CUSTOMER_BUCKET
then the location is the S3 bucket
specified in the outputBucketName
field when the transcription job was
started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by Amazon
Transcribe and can be retrieved using the URI in the
GetTranscriptionJob
response's TranscriptFileUri
field.
transcriptionJobSummary_startTime :: Lens' TranscriptionJobSummary (Maybe UTCTime) Source #
A timestamp that shows when the job started processing.
transcriptionJobSummary_completionTime :: Lens' TranscriptionJobSummary (Maybe UTCTime) Source #
A timestamp that shows when the job was completed.
transcriptionJobSummary_modelSettings :: Lens' TranscriptionJobSummary (Maybe ModelSettings) Source #
Undocumented member.
transcriptionJobSummary_transcriptionJobStatus :: Lens' TranscriptionJobSummary (Maybe TranscriptionJobStatus) Source #
The status of the transcription job. When the status is COMPLETED
, use
the GetTranscriptionJob
operation to get the results of the
transcription.
transcriptionJobSummary_transcriptionJobName :: Lens' TranscriptionJobSummary (Maybe Text) Source #
The name of the transcription job.
transcriptionJobSummary_identifyLanguage :: Lens' TranscriptionJobSummary (Maybe Bool) Source #
Whether automatic language identification was enabled for a transcription job.