| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
TranscriptionJob |
TranscriptionJob.clone() |
TranscriptionJob |
StartTranscriptionJobResult.getTranscriptionJob()
An object containing details of the asynchronous transcription job.
|
TranscriptionJob |
GetTranscriptionJobResult.getTranscriptionJob()
An object that contains the results of the transcription job.
|
TranscriptionJob |
TranscriptionJob.withCompletionTime(Date completionTime)
Timestamp of the date and time that the job completed.
|
TranscriptionJob |
TranscriptionJob.withCreationTime(Date creationTime)
Timestamp of the date and time that the job was created.
|
TranscriptionJob |
TranscriptionJob.withFailureReason(String failureReason)
If the
TranscriptionJobStatus field is FAILED, this field contains information about
why the job failed. |
TranscriptionJob |
TranscriptionJob.withLanguageCode(LanguageCode languageCode)
The language code for the input speech.
|
TranscriptionJob |
TranscriptionJob.withLanguageCode(String languageCode)
The language code for the input speech.
|
TranscriptionJob |
TranscriptionJob.withMedia(Media media)
An object that describes the input media for a transcription job.
|
TranscriptionJob |
TranscriptionJob.withMediaFormat(MediaFormat mediaFormat)
The format of the input media file.
|
TranscriptionJob |
TranscriptionJob.withMediaFormat(String mediaFormat)
The format of the input media file.
|
TranscriptionJob |
TranscriptionJob.withMediaSampleRateHertz(Integer mediaSampleRateHertz)
The sample rate, in Hertz, of the audio track in the input media file.
|
TranscriptionJob |
TranscriptionJob.withTranscript(Transcript transcript)
An object that describes the output of the transcription job.
|
TranscriptionJob |
TranscriptionJob.withTranscriptionJobName(String transcriptionJobName)
A name to identify the transcription job.
|
TranscriptionJob |
TranscriptionJob.withTranscriptionJobStatus(String transcriptionJobStatus)
The identifier assigned to the job when it was created.
|
TranscriptionJob |
TranscriptionJob.withTranscriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)
The identifier assigned to the job when it was created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartTranscriptionJobResult.setTranscriptionJob(TranscriptionJob transcriptionJob)
An object containing details of the asynchronous transcription job.
|
void |
GetTranscriptionJobResult.setTranscriptionJob(TranscriptionJob transcriptionJob)
An object that contains the results of the transcription job.
|
StartTranscriptionJobResult |
StartTranscriptionJobResult.withTranscriptionJob(TranscriptionJob transcriptionJob)
An object containing details of the asynchronous transcription job.
|
GetTranscriptionJobResult |
GetTranscriptionJobResult.withTranscriptionJob(TranscriptionJob transcriptionJob)
An object that contains the results of the transcription job.
|
Copyright © 2018. All rights reserved.