We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497c088 commit 7b83681Copy full SHA for 7b83681
src/types/scanText.ts
@@ -5,6 +5,7 @@ export namespace ScanText {
5
detectionRuleUUIDs?: string[]
6
detectionRules?: Detector.Rule[]
7
contextBytes?: number
8
+ defaultRedactionConfig?: Detector.RedactionConfig
9
}
10
11
export interface Response {
0 commit comments