FontLineResult

FontLineResult class

Detected font information for a recognized text line.

public sealed class FontLineResult

Constructors

NameDescription
FontLineResult(int, int, double?, string, double, string, double)Initializes a new instance of the FontLineResult class.

Properties

NameDescription
Font { get; }Gets detected font family name.
FontConfidence { get; }Gets confidence score for detected font family.
LineIndex { get; }Gets zero-based line index in the processed font batch.
SizePtEstimate { get; }Gets estimated font size in points.
SizePx { get; }Gets detected line height in pixels.
Style { get; }Gets detected font style.
StyleConfidence { get; }Gets confidence score for detected style.

See Also