amazonka-transcribe-2.0: Amazon Transcribe Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Transcribe.Types.MedicalTranscript

Description

 
Synopsis

Documentation

data MedicalTranscript Source #

Provides you with the Amazon S3 URI you can use to access your transcript.

See: newMedicalTranscript smart constructor.

Constructors

MedicalTranscript' 

Fields

  • transcriptFileUri :: Maybe Text

    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.

Instances

Instances details
FromJSON MedicalTranscript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscript

Generic MedicalTranscript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscript

Associated Types

type Rep MedicalTranscript :: Type -> Type #

Read MedicalTranscript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscript

Show MedicalTranscript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscript

NFData MedicalTranscript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscript

Methods

rnf :: MedicalTranscript -> () #

Eq MedicalTranscript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscript

Hashable MedicalTranscript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscript

type Rep MedicalTranscript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.MedicalTranscript

type Rep MedicalTranscript = D1 ('MetaData "MedicalTranscript" "Amazonka.Transcribe.Types.MedicalTranscript" "amazonka-transcribe-2.0-4BjJqzwmm0K94bsEMe1tnF" 'False) (C1 ('MetaCons "MedicalTranscript'" 'PrefixI 'True) (S1 ('MetaSel ('Just "transcriptFileUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMedicalTranscript :: MedicalTranscript Source #

Create a value of MedicalTranscript with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:transcriptFileUri:MedicalTranscript', medicalTranscript_transcriptFileUri - 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.

medicalTranscript_transcriptFileUri :: Lens' MedicalTranscript (Maybe Text) Source #

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.