GooglePrivacyDlpV2ImageTransformation class
Configuration for determining how redaction of images should occur.
Constructors
- GooglePrivacyDlpV2ImageTransformation({GooglePrivacyDlpV2AllInfoTypes? allInfoTypes, GooglePrivacyDlpV2AllText? allText, GooglePrivacyDlpV2Color? redactionColor, GooglePrivacyDlpV2SelectedInfoTypes? selectedInfoTypes})
- GooglePrivacyDlpV2ImageTransformation.fromJson(Map json_)
Properties
- allInfoTypes ↔ GooglePrivacyDlpV2AllInfoTypes?
-
Apply transformation to all findings not specified in other
ImageTransformation's selected_info_types.
getter/setter pair
- allText ↔ GooglePrivacyDlpV2AllText?
-
Apply transformation to all text that doesn't match an infoType.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- redactionColor ↔ GooglePrivacyDlpV2Color?
-
The color to use when redacting content from an image.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedInfoTypes ↔ GooglePrivacyDlpV2SelectedInfoTypes?
-
Apply transformation to the selected info_types.
getter/setter pair
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