BasicOcrGlyphAccessor Properties |
The BasicOcrGlyphAccessor type exposes the following members.
Name | Description | |
---|---|---|
Baseline | This property represents the baseline of the text in pixels relative to the source image. | |
Bounds | This property represents the bounding box of the glyph in pixels relative to the source image. | |
Char | The unicode representation of this glyph. | |
Color | This property represents the color of this glyph. | |
Confidence | This property represents the confidence with which this glyph was recognized by the engine, ranging from
0.0 (no confidence) to 1.0 (complete confidence). | |
Glyph | This property allows the constructor of OcrGlyph to hook the OcrGlyph into the IOcrGlyphAccessor.
| |
IsSingleton | Checks to see if the glyph is represented by more than one letter. | |
Text | This property is a string represents the text of this glyph. |