Link Search Menu Expand Document

SensitiveDataDetectionResults Class

Represents results of sensitive data detection. See SensitiveDataDetector.
Inheritance Hierarchy
SystemObject
Bytescout.PDFExtractorSensitiveDataDetectionResults

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public class SensitiveDataDetectionResults

The SensitiveDataDetectionResults type exposes the following members.

Constructors
NameDescription
Public methodSensitiveDataDetectionResults
Initializes a new instance of the SensitiveDataDetectionResults class
Top
Properties
NameDescription
Public propertyDetectedItems
Gets the list of detected sensitive items.
Public propertyFileName
Processed file name.
Public propertyNumberOfPagesInDocument
Number of pages in document.
Public propertyNumberOfProcessedPages
Number of processed pages.
Public propertyPercentOfSensitiveDataByPage
Percent of sensitive data on each processed page.
Public propertyPercentOfSensitiveDataInDocument
Percent of sensitive data in document (computed only for processed pages).
Top
Methods
NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference