API Reference
Class
OfficeDocumentOcrEnrichmentReport
Observable counters describing an OCR enrichment operation.
Inheritance
- Object
- OfficeDocumentOcrEnrichmentReport
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
Constructors
public OfficeDocumentOcrEnrichmentReport() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 CandidateCount { get; set; } #Total number of OCR candidates in the source read result.
public Int32 ResultCount { get; set; } #Number of external OCR results supplied by the caller.
public Int32 AppliedResultCount { get; set; } #Number of OCR results applied to matching candidates.
public Int32 UnresolvedCandidateCount { get; set; } #Number of OCR candidates that still do not have recognized text.
public Int32 UnmatchedResultCount { get; set; } #Number of supplied OCR results that did not match a candidate.
public Int32 EnrichedBlockCount { get; set; } #Number of OCR text blocks added to the enriched result.
public Int32 EnrichedChunkCount { get; set; } #Number of OCR text chunks added to the enriched result.
public IReadOnlyList<String> AppliedCandidateIds { get; set; } #Candidate identifiers that were enriched.
public IReadOnlyList<String> UnmatchedCandidateIds { get; set; } #Supplied OCR result candidate identifiers that did not match a pending candidate.