GooglePrivacyDlpV2RedactImageRequest class Null safety
Request to search for potentially sensitive info in an image and redact it by covering it with a colored rectangle.
Constructors
-
GooglePrivacyDlpV2RedactImageRequest({GooglePrivacyDlpV2ByteContentItem? byteItem, List<
GooglePrivacyDlpV2ImageRedactionConfig> ? imageRedactionConfigs, bool? includeFindings, GooglePrivacyDlpV2InspectConfig? inspectConfig, String? locationId}) - GooglePrivacyDlpV2RedactImageRequest.fromJson(Map json_)
Properties
- byteItem ↔ GooglePrivacyDlpV2ByteContentItem?
-
The content must be PNG, JPEG, SVG or BMP.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
imageRedactionConfigs
↔ List<
GooglePrivacyDlpV2ImageRedactionConfig> ? -
The configuration for specifying what content to redact from images.
read / write
- includeFindings ↔ bool?
-
Whether the response should include findings along with the redacted
image.
read / write
- inspectConfig ↔ GooglePrivacyDlpV2InspectConfig?
-
Configuration for the inspector.
read / write
- locationId ↔ String?
-
This field has no effect.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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