Skip to main content

ITranscribeContentRedaction

Interface in AWS.Transcribe

Interface for ContentRedaction.

Properties

RedactionOutput

property RedactionOutput: string

Specifies if the transcript output should be only redacted or redacted and unredacted.

Valid values: redacted | redacted_and_unredacted.

RedactionType

property RedactionType: string

Specifies the category of information to redact.

Valid values: PII. Currently, PII is the only valid value. Use PiiEntityTypes to specify which types of PII to redact.

PiiEntityTypes

property PiiEntityTypes: TList<string>

Specifies the types of personally identifiable information (PII) to be redacted in the transcript.

Valid values: BANK_ACCOUNT_NUMBER | BANK_ROUTING | CREDIT_DEBIT_NUMBER | CREDIT_DEBIT_CVV | CREDIT_DEBIT_EXPIRY | PIN | EMAIL | ADDRESS | NAME | PHONE | SSN | ALL. There is no limit to the number of types specified. If you don't specify any, all PII will be redacted.

Methods

AddPiiEntityType

function AddPiiEntityType(const APiiEntityType: string): Integer;

Add a PII entity type to PiiEntityTypes.

Parameters

NameDescription
APiiEntityTypeSpecify a PII entity type. Valid values:|||||||||||.

Returns

Returns the index of the new PII entity type added to PiiEntityTypes.