You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::TranscribeService::Types::ContentRedaction

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ContentRedaction as input to an Aws::Client method, you can use a vanilla Hash:

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

Settings for content redaction within a transcription job.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#redaction_outputString

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.

Possible values:

  • redacted
  • redacted_and_unredacted

Returns:

  • (String)

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

#redaction_typeString

Request parameter that defines the entities to be redacted. The only accepted value is PII.

Possible values:

  • PII

Returns:

  • (String)

    Request parameter that defines the entities to be redacted.