Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RedactionConfig

import type { RedactionConfig } from "https://aws-api.deno.dev/v0.4/services/comprehend.ts?docs=full";

Provides configuration parameters for PII entity redaction.

interface RedactionConfig {
MaskCharacter?: string | null;
MaskMode?: PiiEntitiesDetectionMaskMode | null;
PiiEntityTypes?: PiiEntityType[] | null;
}

§Properties

§
MaskCharacter?: string | null
[src]

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

§

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

§
PiiEntityTypes?: PiiEntityType[] | null
[src]

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