![]() |
![]()
| ![]() |
![]()
NAMEPaws::Transcribe::TranscriptionJobSummary 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::TranscriptionJobSummary 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::TranscriptionJobSummary object: $result = $service_obj->Method(...); $result->Att1->CompletionTime DESCRIPTIONProvides a summary of information about a transcription job. ATTRIBUTESCompletionTime => StrA timestamp that shows when the job was completed. ContentRedaction => Paws::Transcribe::ContentRedactionThe content redaction settings of the transcription job. CreationTime => StrA timestamp that shows when the job was created. FailureReason => StrIf the "TranscriptionJobStatus" field is "FAILED", a description of the error. IdentifiedLanguageScore => NumA value between zero and one that Amazon Transcribe assigned to the language it identified in the source audio. A higher score indicates that Amazon Transcribe is more confident in the language it identified. IdentifyLanguage => BoolWhether automatic language identification was enabled for a transcription job. LanguageCode => StrThe language code for the input speech. ModelSettings => Paws::Transcribe::ModelSettingsOutputLocationType => StrIndicates the location of the output of the transcription job. If the value is "CUSTOMER_BUCKET" then the location is the S3 bucket specified in the "outputBucketName" field when the transcription job was started with the "StartTranscriptionJob" operation. If the value is "SERVICE_BUCKET" then the output is stored by Amazon Transcribe and can be retrieved using the URI in the "GetTranscriptionJob" response's "TranscriptFileUri" field. StartTime => StrA timestamp that shows when the job started processing. TranscriptionJobName => StrThe name of the transcription job. TranscriptionJobStatus => StrThe status of the transcription job. When the status is "COMPLETED", use the "GetTranscriptionJob" operation to get the results of the transcription. 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>
|