TTranscribeContentRedaction
Class in AWS.Transcribe
ContentRedaction class.
Ancestors
Properties
RedactionOutput
property RedactionOutput: string
RedactionType
property RedactionType: string
PiiEntityTypes
property PiiEntityTypes: TList<string>
Constructors
Create
constructor Create; overload;
Constructor for TTranscribeContentRedaction.
constructor Create(const ARedactionOutput: string; const ARedactionType: string = 'PII'); overload;
Constructor for TTranscribeContentRedaction.
Parameters
| Name | Description |
|---|---|
ARedactionOutput | Specify whether the transcript output should be only redacted or redacted and unredacted. Valid values:|. |
ARedactionType | Specifies the category of information to redact. Currently,is the only valid value. |
constructor Create(const ARedactionOutput: string; const APiiEntityTypes: array of string); overload;
Constructor for TTranscribeContentRedaction.
Parameters
| Name | Description |
|---|---|
ARedactionOutput | Specify whether the transcript output should be only redacted or redacted and unredacted. Valid values:|. |
APiiEntityTypes | Specify a list of PII entity types. Valid values:|||||||||||. |