ISensitiveDataDetectorPerformDetection Method
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Detects sensitive data in loaded document.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
SensitiveDataDetectionResults PerformDetection( int startPage = 0, int endPage = -1, string policies = null, string locales = null )
Parameters
- startPage (Optional)
- Type: SystemInt32
Start page index (zero based) of the document. - endPage (Optional)
- Type: SystemInt32
End page index (zero based) of the document. Set -1 for "to the last page". - policies (Optional)
- Type: SystemString
Comma separated list of policies to detect. See GetSensitiveDataPolicies method to get the list of available policies. If null or empty string, all policies will be applied. - locales (Optional)
- Type: SystemString
Comma separated list of policy locales. See GetSensitiveDataPolicies method to get the list of available policy locales. If null or empty string, all locales will be used.
Return Value
Type: SensitiveDataDetectionResultsArray of detected threats.
See Also