Class CharacterLevelAnnotation
- Namespace
- ScanbotSDK.MAUI.Core.DocumentQualityAnalyzer
- Assembly
- DocumentSDK.MAUI.dll
public class CharacterLevelAnnotation
- Inheritance
-
CharacterLevelAnnotation
- Inherited Members
-
Constructors
CharacterLevelAnnotation()
public CharacterLevelAnnotation()
Properties
Contrast
public required double Contrast { get; init; }
Property Value
- double
FontSize
public required double FontSize { get; init; }
Property Value
- double
Ocrability
public required double Ocrability { get; init; }
Property Value
- double
Orientation
public required double Orientation { get; init; }
Property Value
- double
OrientationDeviation
public required double OrientationDeviation { get; init; }
Property Value
- double
OrientationNormalized
public required double OrientationNormalized { get; init; }
Property Value
- double
PlotCenter
public required PointF PlotCenter { get; init; }
Property Value
- PointF
PlotHeight
public required double PlotHeight { get; init; }
Property Value
- double
PlotWidth
public required double PlotWidth { get; init; }
Property Value
- double