API Reference
Class
PdfOcrRedactionCandidate
One privacy-conscious OCR-derived redaction candidate.
Inheritance
- Object
- PdfOcrRedactionCandidate
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public PdfRedactionArea Area { get; } #Canonical PDF user-space rectangle covering every OCR word in the match.
public String Criterion { get; } #Stable criterion description. The recognized text itself is intentionally omitted.
public Double MinimumConfidence { get; } #Lowest OCR confidence among the words contributing to this candidate.
public String Provider { get; } #OCR provider identifier, when reported.
public String Model { get; } #OCR model identifier, when reported.
public String Language { get; } #Detected or requested language, when reported.