ContentRedaction class
Settings for content redaction within a transcription job.
Constructors
- ContentRedaction({required RedactionOutput redactionOutput, required RedactionType redactionType})
-
ContentRedaction.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- redactionOutput → RedactionOutput
-
The output transcript file stored in either the default S3 bucket or in a
bucket you specify.
final
- redactionType → RedactionType
-
Request parameter that defines the entities to be redacted. The only
accepted value is
PII
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited