@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContentRedaction extends Object implements Serializable, Cloneable, StructuredPojo
Settings for content redaction within a transcription job.
| Constructor and Description |
|---|
ContentRedaction() |
| Modifier and Type | Method and Description |
|---|---|
ContentRedaction |
clone() |
boolean |
equals(Object obj) |
List<String> |
getPiiEntityTypes()
The types of personally identifiable information (PII) you want to redact in your transcript.
|
String |
getRedactionOutput()
The output transcript file stored in either the default S3 bucket or in a bucket you specify.
|
String |
getRedactionType()
Request parameter that defines the entities to be redacted.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPiiEntityTypes(Collection<String> piiEntityTypes)
The types of personally identifiable information (PII) you want to redact in your transcript.
|
void |
setRedactionOutput(String redactionOutput)
The output transcript file stored in either the default S3 bucket or in a bucket you specify.
|
void |
setRedactionType(String redactionType)
Request parameter that defines the entities to be redacted.
|
String |
toString()
Returns a string representation of this object.
|
ContentRedaction |
withPiiEntityTypes(Collection<String> piiEntityTypes)
The types of personally identifiable information (PII) you want to redact in your transcript.
|
ContentRedaction |
withPiiEntityTypes(PiiEntityType... piiEntityTypes)
The types of personally identifiable information (PII) you want to redact in your transcript.
|
ContentRedaction |
withPiiEntityTypes(String... piiEntityTypes)
The types of personally identifiable information (PII) you want to redact in your transcript.
|
ContentRedaction |
withRedactionOutput(RedactionOutput redactionOutput)
The output transcript file stored in either the default S3 bucket or in a bucket you specify.
|
ContentRedaction |
withRedactionOutput(String redactionOutput)
The output transcript file stored in either the default S3 bucket or in a bucket you specify.
|
ContentRedaction |
withRedactionType(RedactionType redactionType)
Request parameter that defines the entities to be redacted.
|
ContentRedaction |
withRedactionType(String redactionType)
Request parameter that defines the entities to be redacted.
|
public void setRedactionType(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.RedactionTypepublic String getRedactionType()
Request parameter that defines the entities to be redacted. The only accepted value is PII.
PII.RedactionTypepublic ContentRedaction withRedactionType(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.RedactionTypepublic ContentRedaction withRedactionType(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.RedactionTypepublic void setRedactionOutput(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.
RedactionOutputpublic String getRedactionOutput()
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.
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.
RedactionOutputpublic ContentRedaction withRedactionOutput(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.
RedactionOutputpublic ContentRedaction withRedactionOutput(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.
RedactionOutputpublic List<String> getPiiEntityTypes()
The types of personally identifiable information (PII) you want to redact in your transcript.
PiiEntityTypepublic void setPiiEntityTypes(Collection<String> piiEntityTypes)
The types of personally identifiable information (PII) you want to redact in your transcript.
piiEntityTypes - The types of personally identifiable information (PII) you want to redact in your transcript.PiiEntityTypepublic ContentRedaction withPiiEntityTypes(String... piiEntityTypes)
The types of personally identifiable information (PII) you want to redact in your transcript.
NOTE: This method appends the values to the existing list (if any). Use
setPiiEntityTypes(java.util.Collection) or withPiiEntityTypes(java.util.Collection) if you want
to override the existing values.
piiEntityTypes - The types of personally identifiable information (PII) you want to redact in your transcript.PiiEntityTypepublic ContentRedaction withPiiEntityTypes(Collection<String> piiEntityTypes)
The types of personally identifiable information (PII) you want to redact in your transcript.
piiEntityTypes - The types of personally identifiable information (PII) you want to redact in your transcript.PiiEntityTypepublic ContentRedaction withPiiEntityTypes(PiiEntityType... piiEntityTypes)
The types of personally identifiable information (PII) you want to redact in your transcript.
piiEntityTypes - The types of personally identifiable information (PII) you want to redact in your transcript.PiiEntityTypepublic String toString()
toString in class ObjectObject.toString()public ContentRedaction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.