RedactionConfig

Provides configuration parameters for PII entity redaction.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A character that replaces each character in the redacted PII entity.

Link copied to clipboard

Specifies whether the PII entity is redacted with the mask character or the entity type.

Link copied to clipboard

An array of the types of PII entities that Amazon Comprehend detects in the input text for your request.

Functions

Link copied to clipboard
inline fun copy(block: RedactionConfig.Builder.() -> Unit = {}): RedactionConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String