static TranscriptionJobSummary.Builder |
TranscriptionJobSummary.builder() |
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.completionTime(Instant completionTime) |
The date and time the specified transcription job finished processing.
|
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) |
The date and time the specified transcription job request was made.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.failureReason(String failureReason) |
If TranscriptionJobStatus is FAILED, FailureReason contains
information about why the transcription job failed.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.identifiedLanguageScore(Float identifiedLanguageScore) |
The confidence score associated with the language identified in your media file.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.identifyLanguage(Boolean identifyLanguage) |
Indicates whether automatic language identification was enabled (TRUE) for the specified
transcription job.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.identifyMultipleLanguages(Boolean identifyMultipleLanguages) |
Indicates whether automatic multi-language identification was enabled (TRUE) for the specified
transcription job.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.languageCode(String languageCode) |
The language code used to create your transcription.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.languageCode(LanguageCode languageCode) |
The language code used to create your transcription.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.languageCodes(Collection<LanguageCodeItem> languageCodes) |
The language codes used to create your transcription job.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.languageCodes(Consumer<LanguageCodeItem.Builder>... languageCodes) |
The language codes used to create your transcription job.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.languageCodes(LanguageCodeItem... languageCodes) |
The language codes used to create your transcription job.
|
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(String outputLocationType) |
Indicates where the specified transcription output is stored.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.outputLocationType(OutputLocationType outputLocationType) |
Indicates where the specified transcription output is stored.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.startTime(Instant startTime) |
The date and time your transcription job began processing.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.toBuilder() |
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.toxicityDetection(Collection<ToxicityDetectionSettings> toxicityDetection) |
Indicates whether toxicity detection was enabled for the specified transcription job.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.toxicityDetection(Consumer<ToxicityDetectionSettings.Builder>... toxicityDetection) |
Indicates whether toxicity detection was enabled for the specified transcription job.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.toxicityDetection(ToxicityDetectionSettings... toxicityDetection) |
Indicates whether toxicity detection was enabled for the specified transcription job.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.transcriptionJobName(String transcriptionJobName) |
The name of the transcription job.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.transcriptionJobStatus(String transcriptionJobStatus) |
Provides the status of your transcription job.
|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.transcriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus) |
Provides the status of your transcription job.
|