| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
ContentRedaction |
ContentRedaction.clone() |
ContentRedaction |
CallAnalyticsJobSettings.getContentRedaction() |
ContentRedaction |
TranscriptionJobSummary.getContentRedaction()
The content redaction settings of the transcription job.
|
ContentRedaction |
TranscriptionJob.getContentRedaction()
Indicates whether redaction was enabled in your transcript.
|
ContentRedaction |
StartTranscriptionJobRequest.getContentRedaction()
Makes it possible to redact or flag specified personally identifiable information (PII) in your transcript.
|
ContentRedaction |
ContentRedaction.withPiiEntityTypes(Collection<String> piiEntityTypes)
Specify which types of personally identifiable information (PII) you want to redact in your transcript.
|
ContentRedaction |
ContentRedaction.withPiiEntityTypes(PiiEntityType... piiEntityTypes)
Specify which types of personally identifiable information (PII) you want to redact in your transcript.
|
ContentRedaction |
ContentRedaction.withPiiEntityTypes(String... piiEntityTypes)
Specify which types of personally identifiable information (PII) you want to redact in your transcript.
|
ContentRedaction |
ContentRedaction.withRedactionOutput(RedactionOutput redactionOutput)
Specify if you want only a redacted transcript, or if you want a redacted and an unredacted transcript.
|
ContentRedaction |
ContentRedaction.withRedactionOutput(String redactionOutput)
Specify if you want only a redacted transcript, or if you want a redacted and an unredacted transcript.
|
ContentRedaction |
ContentRedaction.withRedactionType(RedactionType redactionType)
Specify the category of information you want to redact;
PII (personally identifiable information) is
the only valid value. |
ContentRedaction |
ContentRedaction.withRedactionType(String redactionType)
Specify the category of information you want to redact;
PII (personally identifiable information) is
the only valid value. |
| Modifier and Type | Method and Description |
|---|---|
void |
CallAnalyticsJobSettings.setContentRedaction(ContentRedaction contentRedaction) |
void |
TranscriptionJobSummary.setContentRedaction(ContentRedaction contentRedaction)
The content redaction settings of the transcription job.
|
void |
TranscriptionJob.setContentRedaction(ContentRedaction contentRedaction)
Indicates whether redaction was enabled in your transcript.
|
void |
StartTranscriptionJobRequest.setContentRedaction(ContentRedaction contentRedaction)
Makes it possible to redact or flag specified personally identifiable information (PII) in your transcript.
|
CallAnalyticsJobSettings |
CallAnalyticsJobSettings.withContentRedaction(ContentRedaction contentRedaction) |
TranscriptionJobSummary |
TranscriptionJobSummary.withContentRedaction(ContentRedaction contentRedaction)
The content redaction settings of the transcription job.
|
TranscriptionJob |
TranscriptionJob.withContentRedaction(ContentRedaction contentRedaction)
Indicates whether redaction was enabled in your transcript.
|
StartTranscriptionJobRequest |
StartTranscriptionJobRequest.withContentRedaction(ContentRedaction contentRedaction)
Makes it possible to redact or flag specified personally identifiable information (PII) in your transcript.
|
Copyright © 2023. All rights reserved.