FontLineResult
FontLineResult constructor
Initializes a new instance of the FontLineResult class.
public FontLineResult(int lineIndex, int sizePx, double? sizePtEstimate, string style,
double styleConfidence, string font, double fontConfidence)
| Parameter | Type | Description |
|---|---|---|
| lineIndex | Int32 | Zero-based line index in the processed font batch. |
| sizePx | Int32 | Detected line height in pixels. |
| sizePtEstimate | Nullable`1 | Estimated font size in points. |
| style | String | Detected font style. |
| styleConfidence | Double | Confidence score for detected style. |
| font | String | Detected font family name. |
| fontConfidence | Double | Confidence score for detected font family. |
See Also
- class FontLineResult
- namespace Aspose.OCR
- assembly Aspose.OCR