Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GooglePrivacyDlpV2Proximity

import type { GooglePrivacyDlpV2Proximity } from "https://googleapis.deno.dev/v1/dlp:v2.ts";

Message for specifying a window around a finding to apply a detection rule.

interface GooglePrivacyDlpV2Proximity {
windowAfter?: number;
windowBefore?: number;
}

§Properties

§
windowAfter?: number
[src]

Number of characters after the finding to consider.

§
windowBefore?: number
[src]

Number of characters before the finding to consider. For tabular data, if you want to modify the likelihood of an entire column of findngs, set this to 1. For more information, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/sensitive-data-protection/docs/creating-custom-infotypes-likelihood#match-column-values).