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

ContentRedaction

import type { ContentRedaction } from "https://aws-api.deno.dev/v0.3/services/transcribeservice.ts?docs=full";

Settings for content redaction within a transcription job.

interface ContentRedaction {
RedactionOutput: RedactionOutput;
RedactionType: RedactionType;
}

§Properties

§
RedactionOutput: RedactionOutput
[src]

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.

§
RedactionType: RedactionType
[src]

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