| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static TranscriptionJobSummary.Builder |
TranscriptionJobSummary.builder() |
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.completionTime(Instant completionTime)
A timestamp that shows when the job was completed.
|
default TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.contentRedaction(Consumer<ContentRedaction.Builder> contentRedaction)
The content redaction settings of the transcription job.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.contentRedaction(ContentRedaction contentRedaction)
The content redaction settings of the transcription job.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.creationTime(Instant creationTime)
A timestamp that shows when the job was created.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.failureReason(String failureReason)
If the
TranscriptionJobStatus field is FAILED, a description of the error. |
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.identifiedLanguageScore(Float identifiedLanguageScore)
A value between zero and one that Amazon Transcribe assigned to the language it identified in the source
audio.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.identifyLanguage(Boolean identifyLanguage)
Whether automatic language identification was enabled for a transcription job.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.languageCode(LanguageCode languageCode)
The language code for the input speech.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.languageCode(String languageCode)
The language code for the input speech.
|
default TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.modelSettings(Consumer<ModelSettings.Builder> modelSettings)
Sets the value of the ModelSettings property for this object.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.modelSettings(ModelSettings modelSettings)
Sets the value of the ModelSettings property for this object.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.outputLocationType(OutputLocationType outputLocationType)
Indicates the location of the output of the transcription job.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.outputLocationType(String outputLocationType)
Indicates the location of the output of the transcription job.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.startTime(Instant startTime)
A timestamp that shows when the job started processing.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.toBuilder() |
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.transcriptionJobName(String transcriptionJobName)
The name of the transcription job.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.transcriptionJobStatus(String transcriptionJobStatus)
The status of the transcription job.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.transcriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)
The status of the transcription job.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TranscriptionJobSummary.Builder> |
TranscriptionJobSummary.serializableBuilderClass() |
Copyright © 2020. All rights reserved.