FontLineResult

FontLineResult class

Detected font information for a recognized text line.

The FontLineResult type exposes the following members:

Constructors

NameDescription
FontLineResult(line_index, size_px, size_pt_estimate, style, style_confidence, font, font_confidence)Initializes a new instance of the FontLineResult class

Properties

NameDescription
line_indexGets zero-based line index in the processed font batch.
size_pxGets detected line height in pixels.
size_pt_estimateGets estimated font size in points.
styleGets detected font style.
style_confidenceGets confidence score for detected style.
fontGets detected font family name.
font_confidenceGets confidence score for detected font family.

See Also