| 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.withIdentifiedLanguageScore(Float identifiedLanguageScore)
A value between zero and one that Amazon Transcribe assigned to the language that it identified in the source
audio.
|
TranscriptionJob |
TranscriptionJob.withIdentifyLanguage(Boolean identifyLanguage)
A value that shows if automatic language identification was enabled for a transcription job.
|
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.withLanguageOptions(Collection<String> languageOptions)
An object that shows the optional array of languages inputted for transcription jobs with automatic language
identification enabled.
|
TranscriptionJob |
TranscriptionJob.withLanguageOptions(LanguageCode... languageOptions)
An object that shows the optional array of languages inputted for transcription jobs with automatic language
identification enabled.
|
TranscriptionJob |
TranscriptionJob.withLanguageOptions(String... languageOptions)
An object that shows the optional array of languages inputted for transcription jobs with automatic language
identification enabled.
|
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.withModelSettings(ModelSettings modelSettings)
An object containing the details of your custom language model.
|
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 © 2021. All rights reserved.