Class: Aws::TranscribeService::Types::MedicalScribeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::MedicalScribeOutput
- 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
-
#clinical_document_uri ⇒ String
Holds the Amazon S3 URI for the Clinical Document.
-
#transcript_file_uri ⇒ String
Holds the Amazon S3 URI for the Transcript.
Instance Attribute Details
#clinical_document_uri ⇒ String
Holds the Amazon S3 URI for the Clinical Document.
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_uri ⇒ String
Holds the Amazon S3 URI for the Transcript.
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 |