The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Paws::Transcribe::TranscriptionJob

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::Transcribe::TranscriptionJob object:

  $service_obj->Method(Att1 => { CompletionTime => $value, ..., TranscriptionJobStatus => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::Transcribe::TranscriptionJob object:

  $result = $service_obj->Method(...);
  $result->Att1->CompletionTime

DESCRIPTION

Describes an asynchronous transcription job that was created with the StartTranscriptionJob operation.

ATTRIBUTES

CompletionTime => Str

A timestamp that shows when the job was completed.

ContentRedaction => Paws::Transcribe::ContentRedaction

An object that describes content redaction settings for the transcription job.

CreationTime => Str

A timestamp that shows when the job was created.

FailureReason => Str

If the TranscriptionJobStatus field is FAILED, this field contains information about why the job failed.

The FailureReason field can contain one of the following values:

  • Unsupported media format - The media format specified in the MediaFormat field of the request isn't valid. See the description of the MediaFormat field for a list of valid values.

  • The media format provided does not match the detected media format - The media format of the audio file doesn't match the format specified in the MediaFormat field in the request. Check the media format of your media file and make sure that the two values match.

  • Invalid sample rate for audio file - The sample rate specified in the MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz.

  • The sample rate provided does not match the detected sample rate - The sample rate in the audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request. Check the sample rate of your media file and make sure that the two values match.

  • Invalid file size: file size too large - The size of your audio file is larger than Amazon Transcribe can process. For more information, see Limits (https://docs.aws.amazon.com/transcribe/latest/dg/limits-guidelines.html#limits) in the Amazon Transcribe Developer Guide.

  • Invalid number of channels: number of channels too large - Your audio contains more channels than Amazon Transcribe is configured to process. To request additional channels, see Amazon Transcribe Limits (https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits-amazon-transcribe) in the Amazon Web Services General Reference.

IdentifiedLanguageScore => Num

A value between zero and one that Amazon Transcribe assigned to the language that it identified in the source audio. Larger values indicate that Amazon Transcribe has higher confidence in the language it identified.

IdentifyLanguage => Bool

A value that shows if automatic language identification was enabled for a transcription job.

JobExecutionSettings => Paws::Transcribe::JobExecutionSettings

Provides information about how a transcription job is executed.

LanguageCode => Str

The language code for the input speech.

LanguageOptions => ArrayRef[Str|Undef]

An object that shows the optional array of languages inputted for transcription jobs with automatic language identification enabled.

Media => Paws::Transcribe::Media

An object that describes the input media for the transcription job.

MediaFormat => Str

The format of the input media file.

MediaSampleRateHertz => Int

The sample rate, in Hertz, of the audio track in the input media file.

ModelSettings => Paws::Transcribe::ModelSettings

An object containing the details of your custom language model.

Settings => Paws::Transcribe::Settings

Optional settings for the transcription job. Use these settings to turn on speaker recognition, to set the maximum number of speakers that should be identified and to specify a custom vocabulary to use when processing the transcription job.

StartTime => Str

A timestamp that shows with the job was started processing.

Transcript => Paws::Transcribe::Transcript

An object that describes the output of the transcription job.

TranscriptionJobName => Str

The name of the transcription job.

TranscriptionJobStatus => Str

The status of the transcription job.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::Transcribe

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues