File tree 2 files changed +0
-14
lines changed 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,8 @@ def inspect_file():
30
30
{'name' : 'EMAIL_ADDRESS' },
31
31
{'name' : 'CREDIT_CARD_NUMBER' },
32
32
],
33
- # The minimum likelihood required before returning a match
34
- 'min_likelihood' : 'LIKELIHOOD_UNSPECIFIED' ,
35
33
# Whether to include the matching string
36
34
'include_quote' : True ,
37
- 'limits' : {
38
- # The maximum number of findings to report per request
39
- # (0 = server maximum)
40
- 'max_findings_per_request' : 0 ,
41
- },
42
35
}
43
36
44
37
# Construct the item, containing the file's byte data.
Original file line number Diff line number Diff line change @@ -30,15 +30,8 @@ def inspect_string():
30
30
{'name' : 'EMAIL_ADDRESS' },
31
31
{'name' : 'CREDIT_CARD_NUMBER' },
32
32
],
33
- # The minimum likelihood required before returning a match
34
- 'min_likelihood' : 'LIKELIHOOD_UNSPECIFIED' ,
35
33
# Whether to include the matching string
36
34
'include_quote' : True ,
37
- 'limits' : {
38
- # The maximum number of findings to report per request
39
- # (0 = server maximum)
40
- 'max_findings_per_request' : 0 ,
41
- },
42
35
}
43
36
44
37
# Construct the `item`.
You can’t perform that action at this time.
0 commit comments