| 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)
A timestamp that shows when the job was completed.
|
TranscriptionJob |
TranscriptionJob.withContentRedaction(ContentRedaction contentRedaction)
An object that describes content redaction settings for the transcription job.
|
TranscriptionJob |
TranscriptionJob.withCreationTime(Date creationTime)
A timestamp that shows when 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.withJobExecutionSettings(JobExecutionSettings jobExecutionSettings)
Provides information about how a transcription job is executed.
|
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 the 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.withSettings(Settings settings)
Optional settings for the transcription job.
|
TranscriptionJob |
TranscriptionJob.withStartTime(Date startTime)
A timestamp that shows with the job was started processing.
|
TranscriptionJob |
TranscriptionJob.withTranscript(Transcript transcript)
An object that describes the output of the transcription job.
|
TranscriptionJob |
TranscriptionJob.withTranscriptionJobName(String transcriptionJobName)
The name of the transcription job.
|
TranscriptionJob |
TranscriptionJob.withTranscriptionJobStatus(String transcriptionJobStatus)
The status of the transcription job.
|
TranscriptionJob |
TranscriptionJob.withTranscriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)
The status of the transcription job.
|
| 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 © 2020. All rights reserved.