String transcriptionJobName
The name of the job.
TranscriptionJob transcriptionJob
An object that contains the results of the transcription job.
String status
When specified, returns only transcription jobs with the specified status.
String nextToken
If the result of the previous request to ListTranscriptionJobs was truncated, include the
NextToken to fetch the next set of jobs.
Integer maxResults
The maximum number of jobs to return in the response.
String status
The requested status of the jobs returned.
String nextToken
The ListTranscriptionJobs operation returns a page of jobs at a time. The size of the page is set by
the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe
returns the NextPage token. Include the token in the next request to the
ListTranscriptionJobs operation to return in the next page of jobs.
List<E> transcriptionJobSummaries
A list of objects containing summary information for a transcription job.
String mediaFileUri
The S3 location of the input media file. The general form is:
https://<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3-us-west-2.amazonaws.com/examplebucket/example.mp4
https://s3-us-west-2.amazonaws.com/examplebucket/mediadocs/example.mp4
String transcriptionJobName
The name of the job. The name must be unique within an AWS account.
String languageCode
The language code for the language used in the input media file.
Integer mediaSampleRateHertz
The sample rate, in Hertz, of the audio track in the input media file.
String mediaFormat
The format of the input media file.
Media media
An object that describes the input media for a transcription job.
TranscriptionJob transcriptionJob
An object containing details of the asynchronous transcription job.
String transcriptFileUri
The S3 location where the transcription result is stored. The general form of this Uri is:
https://<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3-us-west-2.amazonaws.com/examplebucket/example.json
https://s3-us-west-2.amazonaws.com/examplebucket/mediadocs/example.json
String transcriptionJobName
A name to identify the transcription job.
String transcriptionJobStatus
The identifier assigned to the job when it was created.
String languageCode
The language code for the input speech.
Integer mediaSampleRateHertz
The sample rate, in Hertz, of the audio track in the input media file.
String mediaFormat
The format of the input media file.
Media media
An object that describes the input media for a transcription job.
Transcript transcript
An object that describes the output of the transcription job.
Date creationTime
Timestamp of the date and time that the job was created.
Date completionTime
Timestamp of the date and time that the job completed.
String failureReason
If the TranscriptionJobStatus field is FAILED, this field contains information about
why the job failed.
String transcriptionJobName
The name assigned to the transcription job when it was created.
Date creationTime
Timestamp of the date and time that the job was created.
Date completionTime
Timestamp of the date and time that the job completed.
String languageCode
The language code for the input speech.
String transcriptionJobStatus
The status of the transcription job. When the status is COMPLETED, use the
GetTranscriptionJob operation to get the results of the transcription.
String failureReason
If the TranscriptionJobStatus field is FAILED, this field contains a description of the
error.
Copyright © 2018. All rights reserved.