Class: Aws::TranscribeService::Types::StartMedicalTranscriptionJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#medical_transcription_jobTypes::MedicalTranscriptionJob

Provides detailed information about the current medical transcription job, including job status and, if applicable, failure reason.



4456
4457
4458
4459
4460
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 4456

class StartMedicalTranscriptionJobResponse < Struct.new(
  :medical_transcription_job)
  SENSITIVE = []
  include Aws::Structure
end