| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
ContentRedaction |
ContentRedaction.clone() |
ContentRedaction |
TranscriptionJobSummary.getContentRedaction()
The content redaction settings of the transcription job.
|
ContentRedaction |
StartTranscriptionJobRequest.getContentRedaction()
An object that contains the request parameters for content redaction.
|
ContentRedaction |
TranscriptionJob.getContentRedaction()
An object that describes content redaction settings for the transcription job.
|
ContentRedaction |
ContentRedaction.withRedactionOutput(RedactionOutput redactionOutput)
The output transcript file stored in either the default S3 bucket or in a bucket you specify.
|
ContentRedaction |
ContentRedaction.withRedactionOutput(String redactionOutput)
The output transcript file stored in either the default S3 bucket or in a bucket you specify.
|
ContentRedaction |
ContentRedaction.withRedactionType(RedactionType redactionType)
Request parameter that defines the entities to be redacted.
|
ContentRedaction |
ContentRedaction.withRedactionType(String redactionType)
Request parameter that defines the entities to be redacted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TranscriptionJobSummary.setContentRedaction(ContentRedaction contentRedaction)
The content redaction settings of the transcription job.
|
void |
StartTranscriptionJobRequest.setContentRedaction(ContentRedaction contentRedaction)
An object that contains the request parameters for content redaction.
|
void |
TranscriptionJob.setContentRedaction(ContentRedaction contentRedaction)
An object that describes content redaction settings for the transcription job.
|
TranscriptionJobSummary |
TranscriptionJobSummary.withContentRedaction(ContentRedaction contentRedaction)
The content redaction settings of the transcription job.
|
StartTranscriptionJobRequest |
StartTranscriptionJobRequest.withContentRedaction(ContentRedaction contentRedaction)
An object that contains the request parameters for content redaction.
|
TranscriptionJob |
TranscriptionJob.withContentRedaction(ContentRedaction contentRedaction)
An object that describes content redaction settings for the transcription job.
|
Copyright © 2020. All rights reserved.