Class: Aws::TranscribeService::Types::MedicalTranscript
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::MedicalTranscript
- Defined in:
- gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb
Overview
Provides you with the Amazon S3 URI you can use to access your transcript.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transcript_file_uri ⇒ String
The Amazon S3 location of your transcript.
Instance Attribute Details
#transcript_file_uri ⇒ String
The Amazon S3 location of your transcript. You can use this URI to access or download your transcript.
Note that this is the Amazon S3 location you specified in your
request using the OutputBucketName
parameter.
3168 3169 3170 3171 3172 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 3168 class MedicalTranscript < Struct.new( :transcript_file_uri) SENSITIVE = [] include Aws::Structure end |