PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::Transcribe::TranscriptionJob; use Moose; has CompletionTime => (is => 'ro', isa => 'Str'); has ContentRedaction => (is => 'ro', isa => 'Paws::Transcribe::ContentRedaction'); has CreationTime => (is => 'ro', isa => 'Str'); has FailureReason => (is => 'ro', isa => 'Str'); has IdentifiedLanguageScore => (is => 'ro', isa => 'Num'); has IdentifyLanguage => (is => 'ro', isa => 'Bool'); has JobExecutionSettings => (is => 'ro', isa => 'Paws::Transcribe::JobExecutionSettings'); has LanguageCode => (is => 'ro', isa => 'Str'); has LanguageOptions => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has Media => (is => 'ro', isa => 'Paws::Transcribe::Media'); has MediaFormat => (is => 'ro', isa => 'Str'); has MediaSampleRateHertz => (is => 'ro', isa => 'Int'); has ModelSettings => (is => 'ro', isa => 'Paws::Transcribe::ModelSettings'); has Settings => (is => 'ro', isa => 'Paws::Transcribe::Settings'); has StartTime => (is => 'ro', isa => 'Str'); has Transcript => (is => 'ro', isa => 'Paws::Transcribe::Transcript'); has TranscriptionJobName => (is => 'ro', isa => 'Str'); has TranscriptionJobStatus => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::Transcribe::TranscriptionJob =head1 USAGE This class represents one of two things: =head3 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 }); =head3 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 =head1 DESCRIPTION Describes an asynchronous transcription job that was created with the C operation. =head1 ATTRIBUTES =head2 CompletionTime => Str A timestamp that shows when the job was completed. =head2 ContentRedaction => L An object that describes content redaction settings for the transcription job. =head2 CreationTime => Str A timestamp that shows when the job was created. =head2 FailureReason => Str If the C field is C, this field contains information about why the job failed. The C field can contain one of the following values: =over =item * C - The media format specified in the C field of the request isn't valid. See the description of the C field for a list of valid values. =item * C - The media format of the audio file doesn't match the format specified in the C field in the request. Check the media format of your media file and make sure that the two values match. =item * C - The sample rate specified in the C of the request isn't valid. The sample rate must be between 8000 and 48000 Hertz. =item * C - The sample rate in the audio file doesn't match the sample rate specified in the C field in the request. Check the sample rate of your media file and make sure that the two values match. =item * C - 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 I. =item * C - 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 I. =back =head2 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. =head2 IdentifyLanguage => Bool A value that shows if automatic language identification was enabled for a transcription job. =head2 JobExecutionSettings => L Provides information about how a transcription job is executed. =head2 LanguageCode => Str The language code for the input speech. =head2 LanguageOptions => ArrayRef[Str|Undef] An object that shows the optional array of languages inputted for transcription jobs with automatic language identification enabled. =head2 Media => L An object that describes the input media for the transcription job. =head2 MediaFormat => Str The format of the input media file. =head2 MediaSampleRateHertz => Int The sample rate, in Hertz, of the audio track in the input media file. =head2 ModelSettings => L An object containing the details of your custom language model. =head2 Settings => L 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. =head2 StartTime => Str A timestamp that shows with the job was started processing. =head2 Transcript => L An object that describes the output of the transcription job. =head2 TranscriptionJobName => Str The name of the transcription job. =head2 TranscriptionJobStatus => Str The status of the transcription job. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut