| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
ContentRedaction |
TranscriptionJobSummary.contentRedaction()
The content redaction settings of the transcription job.
|
ContentRedaction |
CallAnalyticsJobSettings.contentRedaction()
Returns the value of the ContentRedaction property for this object.
|
ContentRedaction |
StartTranscriptionJobRequest.contentRedaction()
Allows you to redact or flag specified personally identifiable information (PII) in your transcript.
|
ContentRedaction |
TranscriptionJob.contentRedaction()
Redacts or flags specified personally identifiable information (PII) in your transcript.
|
| Modifier and Type | Method and Description |
|---|---|
TranscriptionJobSummary.Builder |
TranscriptionJobSummary.Builder.contentRedaction(ContentRedaction contentRedaction)
The content redaction settings of the transcription job.
|
CallAnalyticsJobSettings.Builder |
CallAnalyticsJobSettings.Builder.contentRedaction(ContentRedaction contentRedaction)
Sets the value of the ContentRedaction property for this object.
|
StartTranscriptionJobRequest.Builder |
StartTranscriptionJobRequest.Builder.contentRedaction(ContentRedaction contentRedaction)
Allows you to redact or flag specified personally identifiable information (PII) in your transcript.
|
TranscriptionJob.Builder |
TranscriptionJob.Builder.contentRedaction(ContentRedaction contentRedaction)
Redacts or flags specified personally identifiable information (PII) in your transcript.
|
Copyright © 2022. All rights reserved.