API Reference
Class
OfficeDocumentOcrCandidate
Region or page that likely needs OCR enrichment.
Inheritance
- Object
- OfficeDocumentOcrCandidate
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
- Property OfficeDocumentPage.OcrCandidates
- Property OfficeDocumentReadResult.OcrCandidates
Constructors
public OfficeDocumentOcrCandidate() #Inherited Methods
Properties
public String Id { get; set; } #Stable OCR candidate identifier within the read result.
public String Kind { get; set; } #Candidate kind, such as page or image.
public String Reason { get; set; } #Human-readable reason why OCR should be considered.
public Nullable<Double> Confidence { get; set; } #Optional confidence that OCR is needed.
public String AssetId { get; set; } #Related asset identifier when the candidate maps to an image asset.
public Nullable<Int32> ImageCount { get; set; } #Number of image resources contributing to this candidate.
public Nullable<Int32> TextBlockCount { get; set; } #Number of native text blocks found in the same region or page.
public ReaderLocation Location { get; set; } #Source location for this OCR candidate.
public OfficeDocumentRegion Region { get; set; } #Source geometry in points when available.