Class: Aws::TranscribeService::Types::StartTranscriptionJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::StartTranscriptionJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transcribeservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transcription_job ⇒ Types::TranscriptionJob
Provides detailed information about the current transcription job, including job status and, if applicable, failure reason.
Instance Attribute Details
#transcription_job ⇒ Types::TranscriptionJob
Provides detailed information about the current transcription job, including job status and, if applicable, failure reason.
4855 4856 4857 4858 4859 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 4855 class StartTranscriptionJobResponse < Struct.new( :transcription_job) SENSITIVE = [] include Aws::Structure end |