GooglePrivacyDlpV2RedactImageResponse constructor

GooglePrivacyDlpV2RedactImageResponse({
  1. String? extractedText,
  2. GooglePrivacyDlpV2InspectResult? inspectResult,
  3. String? redactedImage,
})

Implementation

GooglePrivacyDlpV2RedactImageResponse({
  this.extractedText,
  this.inspectResult,
  this.redactedImage,
});