libZSservicesZSamazonka-transcribeZSamazonka-transcribe
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Transcribe.Types.Transcript

Description

 
Synopsis

Documentation

data Transcript Source #

Identifies the location of a transcription.

See: newTranscript smart constructor.

Constructors

Transcript' 

Fields

  • redactedTranscriptFileUri :: Maybe Text

    The S3 object location of the redacted transcript.

    Use this URI to access the redacted transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

  • transcriptFileUri :: Maybe Text

    The S3 object location of the transcript.

    Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

Instances

Instances details
Eq Transcript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Transcript

Read Transcript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Transcript

Show Transcript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Transcript

Generic Transcript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Transcript

Associated Types

type Rep Transcript :: Type -> Type #

NFData Transcript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Transcript

Methods

rnf :: Transcript -> () #

Hashable Transcript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Transcript

FromJSON Transcript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Transcript

type Rep Transcript Source # 
Instance details

Defined in Amazonka.Transcribe.Types.Transcript

type Rep Transcript = D1 ('MetaData "Transcript" "Amazonka.Transcribe.Types.Transcript" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "Transcript'" 'PrefixI 'True) (S1 ('MetaSel ('Just "redactedTranscriptFileUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "transcriptFileUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTranscript :: Transcript Source #

Create a value of Transcript 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:redactedTranscriptFileUri:Transcript', transcript_redactedTranscriptFileUri - The S3 object location of the redacted transcript.

Use this URI to access the redacted transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

$sel:transcriptFileUri:Transcript', transcript_transcriptFileUri - The S3 object location of the transcript.

Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

transcript_redactedTranscriptFileUri :: Lens' Transcript (Maybe Text) Source #

The S3 object location of the redacted transcript.

Use this URI to access the redacted transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.

transcript_transcriptFileUri :: Lens' Transcript (Maybe Text) Source #

The S3 object location of the transcript.

Use this URI to access the transcript. If you specified an S3 bucket in the OutputBucketName field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.