NAME
Paws::Transcribe::TranscriptionJobSummary
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::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
DESCRIPTION
Provides a summary of information about a transcription job.
ATTRIBUTES
CompletionTime => Str
A timestamp that shows when the job was completed.
ContentRedaction => Paws::Transcribe::ContentRedaction
The content redaction settings of the transcription job.
CreationTime => Str
A timestamp that shows when the job was created.
FailureReason => Str
If the TranscriptionJobStatus
field is FAILED
, a description of the error.
IdentifiedLanguageScore => Num
A 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 => Bool
Whether automatic language identification was enabled for a transcription job.
LanguageCode => Str
The language code for the input speech.
ModelSettings => Paws::Transcribe::ModelSettings
OutputLocationType => Str
Indicates 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 => Str
A timestamp that shows when the job started processing.
TranscriptionJobName => Str
The name of the transcription job.
TranscriptionJobStatus => Str
The status of the transcription job. When the status is COMPLETED
, use the GetTranscriptionJob
operation to get the results of the transcription.
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