class Aws::TranscribeService::Types::ContentRedaction

Settings for content redaction within a transcription job.

@note When making an API call, you may pass ContentRedaction

data as a hash:

    {
      redaction_type: "PII", # required, accepts PII
      redaction_output: "redacted", # required, accepts redacted, redacted_and_unredacted
    }

@!attribute [rw] redaction_type

Request parameter that defines the entities to be redacted. The only
accepted value is `PII`.
@return [String]

@!attribute [rw] redaction_output

The output transcript file stored in either the default S3 bucket or
in a bucket you specify.

When you choose `redacted` Amazon Transcribe outputs only the
redacted transcript.

When you choose `redacted_and_unredacted` Amazon Transcribe outputs
both the redacted and unredacted transcripts.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/ContentRedaction AWS API Documentation

Constants

SENSITIVE