| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static ContentRedaction.Builder |
ContentRedaction.builder() |
ContentRedaction.Builder |
ContentRedaction.Builder.redactionOutput(RedactionOutput redactionOutput)
The output transcript file stored in either the default S3 bucket or in a bucket you specify.
|
ContentRedaction.Builder |
ContentRedaction.Builder.redactionOutput(String redactionOutput)
The output transcript file stored in either the default S3 bucket or in a bucket you specify.
|
ContentRedaction.Builder |
ContentRedaction.Builder.redactionType(RedactionType redactionType)
Request parameter that defines the entities to be redacted.
|
ContentRedaction.Builder |
ContentRedaction.Builder.redactionType(String redactionType)
Request parameter that defines the entities to be redacted.
|
ContentRedaction.Builder |
ContentRedaction.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ContentRedaction.Builder> |
ContentRedaction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StartTranscriptionJobRequest.Builder |
StartTranscriptionJobRequest.Builder.contentRedaction(Consumer<ContentRedaction.Builder> contentRedaction)
An object that contains the request parameters for content redaction.
|
default TranscriptionJob.Builder |
TranscriptionJob.Builder.contentRedaction(Consumer<ContentRedaction.Builder> contentRedaction)
An object that describes content redaction settings for the transcription job.
|
default TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.contentRedaction(Consumer<ContentRedaction.Builder> contentRedaction)
The content redaction settings of the transcription job.
|
Copyright © 2020. All rights reserved.