class Aws::TranscribeService::Types::TranscriptionJobSummary
Provides a summary of information about a transcription job.
@!attribute [rw] transcription_job_name
The name of the transcription job. @return [String]
@!attribute [rw] creation_time
A timestamp that shows when the job was created. @return [Time]
@!attribute [rw] start_time
A timestamp that shows when the job started processing. @return [Time]
@!attribute [rw] completion_time
A timestamp that shows when the job was completed. @return [Time]
@!attribute [rw] language_code
The language code for the input speech. @return [String]
@!attribute [rw] transcription_job_status
The status of the transcription job. When the status is `COMPLETED`, use the `GetTranscriptionJob` operation to get the results of the transcription. @return [String]
@!attribute [rw] failure_reason
If the `TranscriptionJobStatus` field is `FAILED`, a description of the error. @return [String]
@!attribute [rw] output_location_type
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. @return [String]
@!attribute [rw] content_redaction
The content redaction settings of the transcription job. @return [Types::ContentRedaction]
@!attribute [rw] model_settings
The object used to call your custom language model to your transcription job. @return [Types::ModelSettings]
@!attribute [rw] identify_language
Whether automatic language identification was enabled for a transcription job. @return [Boolean]
@!attribute [rw] identified_language_score
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. @return [Float]
@see docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/TranscriptionJobSummary AWS API Documentation
Constants
- SENSITIVE