GooglePrivacyDlpV2RedactImageResponse constructor
GooglePrivacyDlpV2RedactImageResponse({
- String? extractedText,
- GooglePrivacyDlpV2InspectResult? inspectResult,
- String? redactedImage,
Implementation
GooglePrivacyDlpV2RedactImageResponse({
this.extractedText,
this.inspectResult,
this.redactedImage,
});