Uses of Class
software.amazon.awssdk.services.transcribe.model.ContentRedaction
-
Packages that use ContentRedaction Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of ContentRedaction in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return ContentRedaction Modifier and Type Method Description ContentRedactionCallAnalyticsJobSettings. contentRedaction()Returns the value of the ContentRedaction property for this object.ContentRedactionStartTranscriptionJobRequest. contentRedaction()Makes it possible to redact or flag specified personally identifiable information (PII) in your transcript.ContentRedactionTranscriptionJob. contentRedaction()Indicates whether redaction was enabled in your transcript.ContentRedactionTranscriptionJobSummary. contentRedaction()The content redaction settings of the transcription job.Methods in software.amazon.awssdk.services.transcribe.model with parameters of type ContentRedaction Modifier and Type Method Description CallAnalyticsJobSettings.BuilderCallAnalyticsJobSettings.Builder. contentRedaction(ContentRedaction contentRedaction)Sets the value of the ContentRedaction property for this object.StartTranscriptionJobRequest.BuilderStartTranscriptionJobRequest.Builder. contentRedaction(ContentRedaction contentRedaction)Makes it possible to redact or flag specified personally identifiable information (PII) in your transcript.TranscriptionJob.BuilderTranscriptionJob.Builder. contentRedaction(ContentRedaction contentRedaction)Indicates whether redaction was enabled in your transcript.TranscriptionJobSummary.BuilderTranscriptionJobSummary.Builder. contentRedaction(ContentRedaction contentRedaction)The content redaction settings of the transcription job.
-