![]() |
![]()
| ![]() |
![]()
NAMEPaws::Transcribe::TranscriptionJob USAGEThis 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 DESCRIPTIONDescribes an asynchronous transcription job that was created with the "StartTranscriptionJob" operation. ATTRIBUTESCompletionTime => StrA timestamp that shows when the job was completed. ContentRedaction => Paws::Transcribe::ContentRedactionAn object that describes content redaction settings for the transcription job. CreationTime => StrA timestamp that shows when the job was created. FailureReason => StrIf the "TranscriptionJobStatus" field is "FAILED", this field contains information about why the job failed. The "FailureReason" field can contain one of the following values:
IdentifiedLanguageScore => NumA 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 => BoolA value that shows if automatic language identification was enabled for a transcription job. JobExecutionSettings => Paws::Transcribe::JobExecutionSettingsProvides information about how a transcription job is executed. LanguageCode => StrThe 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::MediaAn object that describes the input media for the transcription job. MediaFormat => StrThe format of the input media file. MediaSampleRateHertz => IntThe sample rate, in Hertz, of the audio track in the input media file. ModelSettings => Paws::Transcribe::ModelSettingsAn object containing the details of your custom language model. Settings => Paws::Transcribe::SettingsOptional 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 => StrA timestamp that shows with the job was started processing. Transcript => Paws::Transcribe::TranscriptAn object that describes the output of the transcription job. TranscriptionJobName => StrThe name of the transcription job. TranscriptionJobStatus => StrThe status of the transcription job. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Transcribe BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|