API Reference
Class
PdfOcrWord
One OCR word in rendered pixel coordinates.
Inheritance
- Object
- PdfOcrWord
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 PdfOcrResponse.Words
Accepted by parameters
- Constructor PdfOcrResponse.PdfOcrResponse
Constructors
public PdfOcrWord(String text, Double x, Double y, Double width, Double height, Double confidence) #Creates a recognized pixel-space word.
Parameters
- text System.String
- x System.Double
- y System.Double
- width System.Double
- height System.Double
- confidence System.Double
Inherited Methods
Properties
public Double Confidence { get; } #Provider confidence from 0 through 1.