@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) |
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)
Marshalls this structured data using the given
ProtocolMarshaller. |
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 |
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 String toString()
toString in class ObjectObject.toString()public ContentRedaction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.