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.GetTranscriptionJob

Description

Returns information about a transcription job. To see the status of the job, check the TranscriptionJobStatus field. If the status is COMPLETED, the job is finished and you can find the results at the location specified in the TranscriptFileUri field. If you enable content redaction, the redacted transcript appears in RedactedTranscriptFileUri.

Synopsis

Creating a Request

data GetTranscriptionJob Source #

See: newGetTranscriptionJob smart constructor.

Constructors

GetTranscriptionJob' 

Fields

Instances

Instances details
Eq GetTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

Read GetTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

Show GetTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

Generic GetTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

Associated Types

type Rep GetTranscriptionJob :: Type -> Type #

NFData GetTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

Methods

rnf :: GetTranscriptionJob -> () #

Hashable GetTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

ToJSON GetTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

AWSRequest GetTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

Associated Types

type AWSResponse GetTranscriptionJob #

ToHeaders GetTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

ToPath GetTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

ToQuery GetTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

type Rep GetTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

type Rep GetTranscriptionJob = D1 ('MetaData "GetTranscriptionJob" "Amazonka.Transcribe.GetTranscriptionJob" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "GetTranscriptionJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "transcriptionJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetTranscriptionJob Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

newGetTranscriptionJob Source #

Create a value of GetTranscriptionJob 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:transcriptionJobName:GetTranscriptionJob', getTranscriptionJob_transcriptionJobName - The name of the job.

Request Lenses

Destructuring the Response

data GetTranscriptionJobResponse Source #

See: newGetTranscriptionJobResponse smart constructor.

Constructors

GetTranscriptionJobResponse' 

Fields

Instances

Instances details
Eq GetTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

Read GetTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

Show GetTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

Generic GetTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

Associated Types

type Rep GetTranscriptionJobResponse :: Type -> Type #

NFData GetTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

type Rep GetTranscriptionJobResponse Source # 
Instance details

Defined in Amazonka.Transcribe.GetTranscriptionJob

type Rep GetTranscriptionJobResponse = D1 ('MetaData "GetTranscriptionJobResponse" "Amazonka.Transcribe.GetTranscriptionJob" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "GetTranscriptionJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "transcriptionJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscriptionJob)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetTranscriptionJobResponse Source #

Create a value of GetTranscriptionJobResponse 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:transcriptionJob:GetTranscriptionJobResponse', getTranscriptionJobResponse_transcriptionJob - An object that contains the results of the transcription job.

$sel:httpStatus:GetTranscriptionJobResponse', getTranscriptionJobResponse_httpStatus - The response's http status code.

Response Lenses

getTranscriptionJobResponse_transcriptionJob :: Lens' GetTranscriptionJobResponse (Maybe TranscriptionJob) Source #

An object that contains the results of the transcription job.