ProjectsLocationsImage
class ProjectsLocationsImage extends Resource (View source)
The "image" collection of methods.
Typical usage is:
$dlpService = new Google\Service\DLP(...);
$image = $dlpService->projects_locations_image;
Methods
Redacts potentially sensitive info from an image. This method has limits on input size, processing time, and output size. See https://cloud.google.com/sensitive-data-protection/docs/redacting-sensitive- data-images to learn more. When no InfoTypes or CustomInfoTypes are specified in this request, the system will automatically choose what detectors to run.
Details
GooglePrivacyDlpV2RedactImageResponse
redact(string $parent, GooglePrivacyDlpV2RedactImageRequest $postBody, array $optParams = [])
Redacts potentially sensitive info from an image. This method has limits on input size, processing time, and output size. See https://cloud.google.com/sensitive-data-protection/docs/redacting-sensitive- data-images to learn more. When no InfoTypes or CustomInfoTypes are specified in this request, the system will automatically choose what detectors to run.
By default this may be all types, but may change over time as detectors are updated. (image.redact)