@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
.RedactionType
public String getRedactionType()
Request parameter that defines the entities to be redacted. The only accepted value is PII
.
PII
.RedactionType
public 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
.RedactionType
public 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
.RedactionType
public 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.
RedactionOutput
public 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.
RedactionOutput
public 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.
RedactionOutput
public 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.
RedactionOutput
public String toString()
toString
in class Object
Object.toString()
public ContentRedaction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.