public static interface ContentRedaction.Builder extends SdkPojo, CopyableBuilder<ContentRedaction.Builder,ContentRedaction>
| Modifier and Type | Method and Description |
|---|---|
ContentRedaction.Builder |
redactionOutput(RedactionOutput redactionOutput)
Request parameter where you choose whether to output only the redacted transcript or generate an additional
unredacted transcript.
|
ContentRedaction.Builder |
redactionOutput(String redactionOutput)
Request parameter where you choose whether to output only the redacted transcript or generate an additional
unredacted transcript.
|
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)
Request parameter where you choose whether to output only the redacted transcript or generate an additional unredacted transcript.
When you choose redacted Amazon Transcribe outputs a JSON file with only the redacted transcript
and related information.
When you choose redacted_and_unredacted Amazon Transcribe outputs a JSON file with the
unredacted transcript and related information in addition to the JSON file with the redacted transcript.
redactionOutput - Request parameter where you choose whether to output only the redacted transcript or generate an
additional unredacted transcript.
When you choose redacted Amazon Transcribe outputs a JSON file with only the redacted
transcript and related information.
When you choose redacted_and_unredacted Amazon Transcribe outputs a JSON file with the
unredacted transcript and related information in addition to the JSON file with the redacted
transcript.
RedactionOutput,
RedactionOutputContentRedaction.Builder redactionOutput(RedactionOutput redactionOutput)
Request parameter where you choose whether to output only the redacted transcript or generate an additional unredacted transcript.
When you choose redacted Amazon Transcribe outputs a JSON file with only the redacted transcript
and related information.
When you choose redacted_and_unredacted Amazon Transcribe outputs a JSON file with the
unredacted transcript and related information in addition to the JSON file with the redacted transcript.
redactionOutput - Request parameter where you choose whether to output only the redacted transcript or generate an
additional unredacted transcript.
When you choose redacted Amazon Transcribe outputs a JSON file with only the redacted
transcript and related information.
When you choose redacted_and_unredacted Amazon Transcribe outputs a JSON file with the
unredacted transcript and related information in addition to the JSON file with the redacted
transcript.
RedactionOutput,
RedactionOutputCopyright © 2020. All rights reserved.