public static interface ContentRedaction.Builder extends SdkPojo, CopyableBuilder<ContentRedaction.Builder,ContentRedaction>
| Modifier and Type | Method and Description |
|---|---|
ContentRedaction.Builder |
redactionOutput(RedactionOutput redactionOutput)
The output transcript file stored in either the default S3 bucket or in a bucket you specify.
|
ContentRedaction.Builder |
redactionOutput(String redactionOutput)
The output transcript file stored in either the default S3 bucket or in a bucket you specify.
|
ContentRedaction.Builder |
redactionType(RedactionType redactionType)
Request parameter that defines the entities to be redacted.
|
ContentRedaction.Builder |
redactionType(String redactionType)
Request parameter that defines the entities to be redacted.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContentRedaction.Builder redactionType(String redactionType)
Request parameter that defines the entities to be redacted. The only accepted value is PII.
redactionType - Request parameter that defines the entities to be redacted. The only accepted value is
PII.RedactionType,
RedactionTypeContentRedaction.Builder redactionType(RedactionType redactionType)
Request parameter that defines the entities to be redacted. The only accepted value is PII.
redactionType - Request parameter that defines the entities to be redacted. The only accepted value is
PII.RedactionType,
RedactionTypeContentRedaction.Builder redactionOutput(String redactionOutput)
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.
redactionOutput - 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.
RedactionOutput,
RedactionOutputContentRedaction.Builder redactionOutput(RedactionOutput redactionOutput)
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.
redactionOutput - 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.
RedactionOutput,
RedactionOutputCopyright © 2020. All rights reserved.