Class: Aws::TranscribeService::Types::MedicalScribeOutput

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

Overview

The location of the output of your Medical Scribe job. ‘ClinicalDocumentUri` holds the Amazon S3 URI for the Clinical Document and `TranscriptFileUri` holds the Amazon S3 URI for the Transcript.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#clinical_document_uriString

Holds the Amazon S3 URI for the Clinical Document.

Returns:

  • (String)


3002
3003
3004
3005
3006
3007
# File 'lib/aws-sdk-transcribeservice/types.rb', line 3002

class MedicalScribeOutput < Struct.new(
  :transcript_file_uri,
  :clinical_document_uri)
  SENSITIVE = []
  include Aws::Structure
end

#transcript_file_uriString

Holds the Amazon S3 URI for the Transcript.

Returns:

  • (String)


3002
3003
3004
3005
3006
3007
# File 'lib/aws-sdk-transcribeservice/types.rb', line 3002

class MedicalScribeOutput < Struct.new(
  :transcript_file_uri,
  :clinical_document_uri)
  SENSITIVE = []
  include Aws::Structure
end