Class OcrElement
- Namespace
- ScanbotSDK.MAUI
- Assembly
- ScanbotSDK.Shared.dll
[JsonPolymorphic(TypeDiscriminatorPropertyName = "_type")]
[JsonDerivedType(typeof(Glyph), "Glyph")]
[JsonDerivedType(typeof(Word), "Word")]
[JsonDerivedType(typeof(Line), "Line")]
[JsonDerivedType(typeof(Block), "Block")]
[JsonDerivedType(typeof(Page), "Page")]
public class OcrElement
- Inheritance
-
OcrElement
- Derived
- Inherited Members
Constructors
OcrElement()
public OcrElement()
Properties
Confidence
public required double Confidence { get; init; }
Property Value
Roi
public required PointF[] Roi { get; init; }
Property Value
- PointF[]
Text
public required string Text { get; init; }